Changed host/port to interface and can now listen on multiple interface/ports

This commit is contained in:
int 80h
2021-11-26 10:41:17 -05:00
parent a022203074
commit cecc6f5793
8 changed files with 153 additions and 86 deletions

5
README
View File

@@ -13,7 +13,10 @@ A gemini server written in rust.
## Installation and running
It's recommended that you build with Libressl instead of Openssl
It's recommended that you build with Libressl instead of Openssl.
To run either run "cargo run /path/to/config" or if no configuration is
specified it will look for "/usr/local/etc/gemserv.conf"
## Install from crates.io: