fallback.blacklist 686 B

12345678910111213141516171819
  1. # updateFallbackDirs.py directory mirror blacklist
  2. #
  3. # Format:
  4. # [ IPv4[:DirPort] ] [ orport=<ORPort> ] [ id=<ID> ] ...
  5. # [ ipv6=<IPv6>[:<IPv6 ORPort>] ]
  6. #
  7. # If a sufficiently specific group of attributes matches, the directory mirror
  8. # will be excluded: (each group is listed on its own line)
  9. # <IPv4>, <DirPort>
  10. # <IPv4>, <ORPort>
  11. # <ID>
  12. # <IPv6>, <DirPort>
  13. # <IPv6>, <IPv6 ORPort>
  14. # If DirPort and ORPort are not present, the entire IP address is blacklisted.
  15. # (The blacklist overrides the whitelist.)
  16. # If a relay operator doesn't want their relay to be a FallbackDir,
  17. # enter the following information here:
  18. # <IPv4>:<DirPort> orport=<ORPort> id=<ID> ipv6=<IPv6>:<IPv6 ORPort>