summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-05-10 10:32:09 -0700
committerAndrew Morgan <andrew@amorgan.xyz>2019-05-10 10:32:09 -0700
commit6b29f7ecf97e4bc88b419984b8906a3dce0bf888 (patch)
treedf401ad96e4abfd3bc965fbbdef9801143182383
parentlint (diff)
downloadsynapse-6b29f7ecf97e4bc88b419984b8906a3dce0bf888.tar.xz
regen config
-rw-r--r--docs/sample_config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 60ca373cbd..3a3aa638a9 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -105,6 +105,9 @@ pid_file: DATADIR/homeserver.pid
 # blacklist IP address CIDR ranges. If this option is not specified, or
 # specified with an empty list, no ip range blacklist will be enforced.
 #
+# (0.0.0.0 and :: are always blacklisted, whether or not they are explicitly
+# listed here, since they correspond to unroutable addresses.)
+#
 federation_ip_range_blacklist:
   - '127.0.0.0/8'
   - '10.0.0.0/8'