Loading ansible/roles/exit-scanner/files/exitscan.py +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ def run(): out.write("""$TTL 1200 ; seconds $ORIGIN dnsel.torproject.org. @ 1D IN SOA check-01.torproject.org. metrics-team.lists.torproject.org. ( @ 1D IN SOA check-01.torproject.org. network-health.lists.torproject.org. ( """ + datetime.datetime.utcnow().strftime("%y%m%d%H%M") + """ 1H ; refresh 15 ; retry Loading Loading
ansible/roles/exit-scanner/files/exitscan.py +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ def run(): out.write("""$TTL 1200 ; seconds $ORIGIN dnsel.torproject.org. @ 1D IN SOA check-01.torproject.org. metrics-team.lists.torproject.org. ( @ 1D IN SOA check-01.torproject.org. network-health.lists.torproject.org. ( """ + datetime.datetime.utcnow().strftime("%y%m%d%H%M") + """ 1H ; refresh 15 ; retry Loading