forked from Fediversity/Fediversity
44 lines
1,023 B
YAML
44 lines
1,023 B
YAML
# This file is autogenerated, and will be recreated on upgrade if it is deleted.
|
|
# Any changes you make will be preserved.
|
|
|
|
# The domain name of the server, with optional explicit port.
|
|
# This is used by remote servers to connect to this server,
|
|
# e.g. matrix.org, localhost:8080, etc.
|
|
# This is also the last part of your UserID.
|
|
#
|
|
server_name: example.com
|
|
|
|
# The rest is our local configuration:
|
|
public_baseurl: https://matrix.example.com/
|
|
|
|
presence:
|
|
enabled: true
|
|
include_offline_users_on_sync: false
|
|
|
|
require_auth_for_profile_requests: true
|
|
allow_public_rooms_over_federation: true
|
|
|
|
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'
|
|
- '192.0.0.0/24'
|
|
- '169.254.0.0/16'
|
|
- '192.88.99.0/24'
|
|
- '198.18.0.0/15'
|
|
- '192.0.2.0/24'
|
|
- '198.51.100.0/24'
|
|
- '203.0.113.0/24'
|
|
- '224.0.0.0/4'
|
|
- '::1/128'
|
|
- 'fe80::/10'
|
|
- 'fc00::/7'
|
|
- '2001:db8::/32'
|
|
- 'ff00::/8'
|
|
- 'fec0::/10'
|
|
|
|
filter_timeline_limit: 500
|
|
delete_stale_devices_after: 1y
|