From a2387fbf3bd0ae8ca8274351b8970974bd6e0721 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 9 Dec 2022 16:12:27 +0000 Subject: [PATCH] Update moria1 addresses and fingerprint According to https://gitlab.torproject.org/tpo/core/tor/-/commit/72b04a5aa42dd2729cf9fe9452e559c29466b250 --- .../roles/probe-services/templates/tor_targets.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/roles/probe-services/templates/tor_targets.json b/ansible/roles/probe-services/templates/tor_targets.json index 933c4ede..b52fdae7 100644 --- a/ansible/roles/probe-services/templates/tor_targets.json +++ b/ansible/roles/probe-services/templates/tor_targets.json @@ -1,13 +1,13 @@ { "128.31.0.39:9101": { - "address": "128.31.0.39:9101", - "fingerprint": "9695DFC35FFEB861329B9F1AB04C46397020CE31", + "address": "128.31.0.39:9201", + "fingerprint": "1A25C6358DB91342AA51720A5038B72742732498", "name": "moria1", "protocol": "or_port_dirauth" }, "128.31.0.39:9131": { - "address": "128.31.0.39:9131", - "fingerprint": "9695DFC35FFEB861329B9F1AB04C46397020CE31", + "address": "128.31.0.39:9231", + "fingerprint": "1A25C6358DB91342AA51720A5038B72742732498", "name": "moria1", "protocol": "dir_port" }, @@ -301,4 +301,4 @@ }, "protocol": "obfs4" } -} \ No newline at end of file +}