From cf7f63b4963da3125a4d3877c22825bd923653e8 Mon Sep 17 00:00:00 2001 From: Nicolas Dextraze Date: Sun, 28 Sep 2025 10:53:42 -0400 Subject: [PATCH] update hard-coded authorities --- src/tor/Consensus.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/tor/Consensus.js b/src/tor/Consensus.js index 4be27f9..d777c0b 100644 --- a/src/tor/Consensus.js +++ b/src/tor/Consensus.js @@ -13,16 +13,15 @@ function authority_onion_router(name, ip, or_port, dir_port) { } } const authorities = [ - //authority_onion_router("dizum", "194.109.206.212", 443, 80), - authority_onion_router("Serge", "66.111.2.131", 9001, 9030), - authority_onion_router("moria1", "128.31.0.34", 9101, 9131), - //authority_onion_router("tor26", "86.59.21.38", 443, 80}, - authority_onion_router("bastet", "204.13.164.118", 443, 80), - //authority_onion_router("maatuska", "171.25.193.9", 80, 443), - authority_onion_router("dannenberg", "193.23.244.244", 443, 80), - authority_onion_router("Faravahar", "154.35.175.225", 443, 80), - authority_onion_router("gabelmoo", "131.188.40.189", 443, 80), - authority_onion_router("longclaw", "199.58.81.140", 443, 80), + authority_onion_router("dizum", "45.66.35.11", 443, 80), //OK + authority_onion_router("moria1", "128.31.0.39", 9101, 9131),//OK + authority_onion_router("tor26", "217.196.147.77", 443, 80), //OK + authority_onion_router("bastet", "204.13.164.118", 443, 80), //OK + authority_onion_router("maatuska", "171.25.193.9", 80, 443), //OK + authority_onion_router("dannenberg", "193.23.244.244", 443, 80), //OK + authority_onion_router("Faravahar", "216.218.219.41", 443, 80), //OK + authority_onion_router("gabelmoo", "131.188.40.189", 443, 80), //OK + authority_onion_router("longclaw", "199.58.81.140", 443, 80), //OK ] const router_status_flags = [ "Authority",