From ea05ff753110ed5a788e14a1525387966f2a4e55 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 24 May 2020 00:47:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 629fc05..0c67640 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ An Experimental Gemini Protocol Server optional arguments: -h, --help show this help message and exit -V, --version show program's version number and exit + +server configuration: --host HOST Server address to bind to (default: 127.0.0.1) --port PORT Server port to bind to (default: 1965) --hostname HOSTNAME Server hostname (default: localhost) @@ -54,6 +56,8 @@ optional arguments: --tls-cafile FILE A CA file to use for validating clients (default: None) --tls-capath DIR A directory containing CA files for validating clients (default: None) + +fileserver configuration: --dir DIR Root directory on the filesystem to serve (default: /var/gemini) --cgi-dir DIR CGI script directory, relative to the server's root