diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-15 14:04:00 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-15 14:04:00 -0500 |
commit | 6ba8afe5f87a1edd16f4c61cbb59a29f9126c6c6 (patch) | |
tree | b8d2a7644c9c0e5599e982fcc38769038defe943 /scripts/maint/fallback.blacklist | |
parent | a56fb58d6e1e93b95e2a060b61f3d00eab95a298 (diff) | |
parent | 4c1c2a313dcd3638eededd4a1a83ed5f0b8b9fed (diff) | |
download | tor-6ba8afe5f87a1edd16f4c61cbb59a29f9126c6c6.tar.gz tor-6ba8afe5f87a1edd16f4c61cbb59a29f9126c6c6.zip |
Merge remote-tracking branch 'teor/feature15775-fallback-v9-squashed'
Diffstat (limited to 'scripts/maint/fallback.blacklist')
-rw-r--r-- | scripts/maint/fallback.blacklist | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/maint/fallback.blacklist b/scripts/maint/fallback.blacklist new file mode 100644 index 0000000000..919ae33603 --- /dev/null +++ b/scripts/maint/fallback.blacklist @@ -0,0 +1,19 @@ +# updateFallbackDirs.py directory mirror blacklist +# +# Format: +# [ IPv4[:DirPort] ] [ orport=<ORPort> ] [ id=<ID> ] ... +# [ ipv6=<IPv6>[:<IPv6 ORPort>] ] +# +# If a sufficiently specific group of attributes matches, the directory mirror +# will be excluded: (each group is listed on its own line) +# <IPv4>, <DirPort> +# <IPv4>, <ORPort> +# <ID> +# <IPv6>, <DirPort> +# <IPv6>, <IPv6 ORPort> +# If DirPort and ORPort are not present, the entire IP address is blacklisted. +# (The blacklist overrides the whitelist.) + +# If a relay operator doesn't want their relay to be a FallbackDir, +# enter the following information here: +# <IPv4>:<DirPort> orport=<ORPort> id=<ID> ipv6=<IPv6>:<IPv6 ORPort> |