commit 54cf36400669c555a3af84b167fd79f19b9ebbe3 Author: Colin Childs colin@torproject.org Date: Mon Jul 16 12:21:46 2018 -0500
Add mirrors from EmeraldOnion --- scripts/maint/fallback.whitelist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/scripts/maint/fallback.whitelist b/scripts/maint/fallback.whitelist index e60b29304..7d9d13678 100644 --- a/scripts/maint/fallback.whitelist +++ b/scripts/maint/fallback.whitelist @@ -12,7 +12,8 @@
# To replace this list with the hard-coded fallback list (for testing), use # a command similar to: -# cat src/or/fallback_dirs.inc | grep " | grep -v weight | tr -d '\n' | \ +# cat src/app/config/fallback_dirs.inc | grep " | grep -v weight | \ +# tr -d '\n' | \ # sed 's/"" / /g' | sed 's/""/"/g' | tr " '\n' | grep -v '^$' \ # > scripts/maint/fallback.whitelist # @@ -1048,3 +1049,8 @@
# Email sent directly to Phoul 195.154.105.170:9030 orport=9001 id=E947C029087FA1C3499BEF5D4372947C51223D8F + +# Email sent directly to Phoul +23.129.64.101:80 orport=443 id=2EB20285FE55927B7AECC47BB94F22534FBC3941 ipv6=[2620:18c:0:1001::101]:443 +23.129.64.102:80 orport=443 id=CA9739E2805A3CD73CF75BBCB6785C32394240E3 ipv6=[2620:18c:0:1001::102]:443 +23.129.64.103:80 orport=443 id=8ED84B53BD9556CCBB036073A1AD508EC27CBE52 ipv6=[2620:18c:0:1001::103]:443
tor-commits@lists.torproject.org