From 6b29f7ecf97e4bc88b419984b8906a3dce0bf888 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 10 May 2019 10:32:09 -0700 Subject: regen config --- docs/sample_config.yaml | 3 +++ 1 file changed, 3 insertions(+) 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' -- cgit 1.4.1