update hard-coded authorities
This commit is contained in:
@@ -13,16 +13,15 @@ function authority_onion_router(name, ip, or_port, dir_port) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const authorities = [
|
const authorities = [
|
||||||
//authority_onion_router("dizum", "194.109.206.212", 443, 80),
|
authority_onion_router("dizum", "45.66.35.11", 443, 80), //OK
|
||||||
authority_onion_router("Serge", "66.111.2.131", 9001, 9030),
|
authority_onion_router("moria1", "128.31.0.39", 9101, 9131),//OK
|
||||||
authority_onion_router("moria1", "128.31.0.34", 9101, 9131),
|
authority_onion_router("tor26", "217.196.147.77", 443, 80), //OK
|
||||||
//authority_onion_router("tor26", "86.59.21.38", 443, 80},
|
authority_onion_router("bastet", "204.13.164.118", 443, 80), //OK
|
||||||
authority_onion_router("bastet", "204.13.164.118", 443, 80),
|
authority_onion_router("maatuska", "171.25.193.9", 80, 443), //OK
|
||||||
//authority_onion_router("maatuska", "171.25.193.9", 80, 443),
|
authority_onion_router("dannenberg", "193.23.244.244", 443, 80), //OK
|
||||||
authority_onion_router("dannenberg", "193.23.244.244", 443, 80),
|
authority_onion_router("Faravahar", "216.218.219.41", 443, 80), //OK
|
||||||
authority_onion_router("Faravahar", "154.35.175.225", 443, 80),
|
authority_onion_router("gabelmoo", "131.188.40.189", 443, 80), //OK
|
||||||
authority_onion_router("gabelmoo", "131.188.40.189", 443, 80),
|
authority_onion_router("longclaw", "199.58.81.140", 443, 80), //OK
|
||||||
authority_onion_router("longclaw", "199.58.81.140", 443, 80),
|
|
||||||
]
|
]
|
||||||
const router_status_flags = [
|
const router_status_flags = [
|
||||||
"Authority",
|
"Authority",
|
||||||
|
Reference in New Issue
Block a user