summary refs log tree commit diff
diff options
context:
space:
mode:
-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'