aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-08-16 21:48:13 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-08-16 21:58:28 +0100
commitf52e26a6bf532da05f732ee7a6f0fcd6127e3a15 (patch)
tree98de1ca84170c87e9be29317f5d6c8673346ea5c /README.md
parent6bad2d072333e1b6574dc206c4019130e9a89e88 (diff)
Allow selecting which ip to listen on
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d001672..82ceed7 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,7 @@ Configuration is divided into different sections: `server`, `auth`, `ssh`, and `
- `use_tls` : boolean. If set `tls_key` and `tls_cert` are required.
- `tls_key` : string. Path to the TLS key.
- `tls_cert` : string. Path to the TLS cert.
+- `address` : string. IP address to listen on. If unset the server listens on all addresses.
- `port` : int. Port to listen on.
- `cookie_secret`: string. Authentication key for the session cookie.
- `http_logfile`: string. Path to the HTTP request log. Logs are written in the [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format). If not set logs are written to stderr.