sample config

This commit is contained in:
Andrew Morgan 2019-04-10 11:59:23 +01:00
parent 6631485bef
commit 25c99dc8a5

View file

@ -101,6 +101,20 @@ pid_file: DATADIR/homeserver.pid
# - nyc.example.com
# - syd.example.com
# Prevent federation requests from being sent to the following
# blacklist IP address CIDR ranges.
#
#federation_ip_range_blacklist:
# - '127.0.0.0/8'
# - '10.0.0.0/8'
# - '172.16.0.0/12'
# - '192.168.0.0/16'
# - '100.64.0.0/10'
# - '169.254.0.0/16'
# - '::1/128'
# - 'fe80::/64'
# - 'fc00::/7'
# List of ports that Synapse should listen on, their purpose and their
# configuration.
#