Skip to content

Commit

Permalink
farafahar has a new ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed May 31, 2024
1 parent e8f5ba3 commit 5c1cac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ipv4-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ function __create_ipset() {
function __fill_trustlist() {
# this is intentionally not filled from a saved set at reboot
(
# snowflakes
echo 193.187.88.42 193.187.88.43 193.187.88.44 193.187.88.45 193.187.88.46 141.212.118.18
# Tor authorities
echo 45.66.33.45 66.111.2.131 217.196.147.77 128.31.0.39 131.188.40.189 171.25.193.9 193.23.244.244 199.58.81.140 216.218.219.41
getent ahostsv4 snowflake-01.torproject.net. snowflake-02.torproject.net. | awk '{ print $1 }' | sort -u
if relays=$(curl -s 'https://onionoo.torproject.org/summary?search=flag:authority' -o -); then
Expand Down
6 changes: 4 additions & 2 deletions ipv6-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ function __create_ipset() {
function __fill_trustlist() {
# this is intentionally not filled from a saved set at reboot
(
echo 2a0c:dd40:1:b::42 2a0c:dd40:1:b::43 2a0c:dd40:1:b::44 2a0c:dd40:1:b::45 2a0c:dd40:1:b::46 2607:f018:600:8:be30:5bff:fef1:c6fa
echo 2001:638:a000:4140::ffff:189 2001:678:558:1000::244 2001:67c:289c::9 2a02:16a8:662:2203::1 2610:1c0:0:5::131
# snowflakes
echo 2607:f018:600:8:be30:5bff:fef1:c6fa 2a0c:dd40:1:b::42
# Tor authorities
echo 2620:13:4000:6000::1000:118 2001:678:558:1000::244 2610:1c0:0:5::131 2001:67c:289c::9 2001:470:164:2::2 2001:638:a000:4140::ffff:189 2a02:16a8:662:2203::1
getent ahostsv6 snowflake-01.torproject.net. snowflake-02.torproject.net. | awk '{ print $1 }' | sort -u
if relays=$(curl -s 'https://onionoo.torproject.org/summary?search=flag:authority' -o -); then
if [[ $relays =~ 'relays_published' ]]; then
Expand Down

0 comments on commit 5c1cac8

Please sign in to comment.