[tor-commits] [fallback-scripts/master] whitelist: remove relays as requested by relay operators

teor at torproject.org teor at torproject.org
Tue Jun 25 12:29:17 UTC 2019


commit b0f6713e11b67ea9183b1711154a77aa3c44a508
Author: teor <teor at torproject.org>
Date:   Sun Jun 23 21:25:26 2019 +1000

    whitelist: remove relays as requested by relay operators
    
    $ cat << EOF > remove.txt
    36B9E7AC1E36B62A9D6F330ABEB6012BA7F0D400
    
    FC9AC8EA0160D88BCCFDE066940D7DD9FA45495B
    ACD889D86E02EDDAB1AFD81F598C0936238DC6D0
    EOF
    $ mv fallback.whitelist fallback.whitelist.old
    $ grep -E -v `grep -v -e "#" -e "^$" remove.txt | tr "\n" "|"; echo -n dummy` fallback.whitelist.old > fallback.whitelist
    
    (Some day we should turn this into a python script.
    But that day is not today.)
    
    Part of 28794.
---
 fallback.whitelist | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fallback.whitelist b/fallback.whitelist
index 706bf42..0c2c518 100644
--- a/fallback.whitelist
+++ b/fallback.whitelist
@@ -185,8 +185,6 @@
 95.215.44.111:80 orport=443 id=A7C7FD510B20BC8BE8F2A1D911364E1A23FBD09F
 
 # Email sent directly to teor, verified using relay contact info
-86.59.119.88:80 orport=443 id=ACD889D86E02EDDAB1AFD81F598C0936238DC6D0
-86.59.119.83:80 orport=443 id=FC9AC8EA0160D88BCCFDE066940D7DD9FA45495B
 
 # Email sent directly to teor, verified using relay contact info
 193.11.164.243:9030 orport=9001 id=FFA72BD683BC2FCF988356E6BEC1E490F313FB07 ipv6=[2001:6b0:7:125::243]:9001
@@ -375,7 +373,6 @@
 146.185.177.103:80 orport=9030 id=9EC5E097663862DF861A18C32B37C5F82284B27D
 
 # Email sent directly to teor, verified using relay contact info
-37.187.22.87:9030 orport=9001 id=36B9E7AC1E36B62A9D6F330ABEB6012BA7F0D400 ipv6=[2001:41d0:a:1657::1]:9001
 
 # Email sent directly to teor, verified using relay contact info
 37.59.46.159:9030 orport=9001 id=CBD0D1BD110EC52963082D839AC6A89D0AE243E7





More information about the tor-commits mailing list