Skip to content
Snippets Groups Projects
Unverified Commit ad06e786 authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

Merge pull request #138 from tleydxdy/patch-1

 remove t2bot.io and add ipv6 addresses to blacklist
parents 341ffc67 6076ac31
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ database:
# The configuration for the homeservers this media repository is known to control. Servers
# not listed here will not be able to upload media.
homeservers:
- name: t2bot.io # This should match the Host header given to the media repo
csApi: "https://t2bot.io/" # The base URL to where the homeserver can actually be reached
- name: example.org # This should match the Host header given to the media repo
csApi: "https://example.org/" # The base URL to where the homeserver can actually be reached
backoffAt: 10 # The number of consecutive failures in calling this homeserver before the
# media repository will start backing off. This defaults to 10 if not given.
......@@ -24,7 +24,7 @@ homeservers:
# See docs/admin.md for information on what these people can do. They must belong to one of the
# configured homeservers above.
admins:
- "@your_username:server.com"
- "@your_username:example.org"
# The file upload settings for the media repository
uploads:
......@@ -150,6 +150,9 @@ urlPreviews:
- "192.168.0.0/16"
- "100.64.0.0/10"
- "169.254.0.0/16"
- '::1/128'
- 'fe80::/64'
- 'fc00::/7'
allowedNetworks:
- "0.0.0.0/0" # "Everything". The blacklist will help limit this.
# This is the default value for this field.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment