summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2016-12-19 23:49:34 +0000
committerGitHub <noreply@github.com>2016-12-19 23:49:34 +0000
commitda2c8f3c94139d3d8d1b9b39622146e195b7c74e (patch)
treecf3ab98691d2acd2508b5aecf403a05542b1cf40 /README.rst
parentMerge pull request #1696 from kyrias/ipv6 (diff)
parentAdd IPv6 comment to default config (diff)
downloadsynapse-da2c8f3c94139d3d8d1b9b39622146e195b7c74e.tar.xz
Merge pull request #1709 from kyrias/bind_addresses
Add support for specifying multiple bind addresses
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5ffcff22cd..ba21c52ae7 100644
--- a/README.rst
+++ b/README.rst
@@ -658,7 +658,7 @@ configuration might look like::
       }
   }
 
-You will also want to set ``bind_address: 127.0.0.1`` and ``x_forwarded: true``
+You will also want to set ``bind_addresses: ['127.0.0.1']`` and ``x_forwarded: true``
 for port 8008 in ``homeserver.yaml`` to ensure that client IP addresses are
 recorded correctly.