From f52e26a6bf532da05f732ee7a6f0fcd6127e3a15 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Tue, 16 Aug 2016 21:48:13 +0100 Subject: Allow selecting which ip to listen on --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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. -- cgit v1.2.3