diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-07-29 10:00:49 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-29 10:23:15 -0400 |
commit | 1c4a2dd208601aca9fdd004929c283b9d44d7442 (patch) | |
tree | 494a02be16b3b3643cf2341f1eef0577aea9525f /src/or/fallback_dirs.inc | |
parent | f1973e70a45d9705d3bd547af9cee92ca3611213 (diff) | |
download | tor-1c4a2dd208601aca9fdd004929c283b9d44d7442.tar.gz tor-1c4a2dd208601aca9fdd004929c283b9d44d7442.zip |
Remove a fallback that was on the hardcoded list, then opted-out
The fallback was added in 0.2.8.2-alpha.
Diffstat (limited to 'src/or/fallback_dirs.inc')
-rw-r--r-- | src/or/fallback_dirs.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/or/fallback_dirs.inc b/src/or/fallback_dirs.inc index e4959f28ec..245110f4aa 100644 --- a/src/or/fallback_dirs.inc +++ b/src/or/fallback_dirs.inc @@ -19,9 +19,11 @@ URL: https:onionoo.torproject.orguptime?first_seen_days=7-&flag=V2Dir&type=relay "5.9.110.236:9030 orport=9001 id=0756B7CD4DFC8182BE23143FAC0642F515182CEB" " ipv6=[2a01:4f8:162:51e2::2]:9001" " weight=10", -"37.187.1.149:9030 orport=9001 id=08DC0F3C6E3D9C527C1FC8745D35DD1B0DE1875D" -" ipv6=[2001:41d0:a:195::1]:9001" -" weight=10", +/* Fallback was on 0.2.8.2-alpha list, but opted-out before 0.2.8.6 + * "37.187.1.149:9030 orport=9001 id=08DC0F3C6E3D9C527C1FC8745D35DD1B0DE1875D" + * " ipv6=[2001:41d0:a:195::1]:9001" + * " weight=10", + */ "5.39.92.199:80 orport=443 id=0BEA4A88D069753218EAAAD6D22EA87B9A1319D6" " weight=10", "5.196.88.122:9030 orport=9001 id=0C2C599AFCB26F5CFC2C7592435924C1D63D9484" |