home.social

#ip6tables — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ip6tables, aggregated by home.social.

fetched live
  1. Here's the #iptables and #ip6tables commands to block #IPv4 and #IPv6 packets directed to/from threads.net:

    iptables -A INPUT -s 157.240.22.63 -j DROP
    iptables -A OUTPUT -s 157.240.22.63 -j DROP
    ip6tables -A INPUT -s 2a03:2880:f231:c5:face:b00c:0:43fe -j DROP
    ip6tables -A OUTPUT -s 2a03:2880:f231:c5:face:b00c:0:43fe -j DROP

    @revengeday has a list of 2000+ domains owned by Facebook / Meta you can save as "blocked_domains.csv" and import as a blocking list in your server: datakra.sh/assets/lizard.txt

  2. Here's how you will know when you've block threads.net on Mastodon 4.1.0 and above, as well as the resulting #iptables and #ip6tables entries.

    The below screenshots only show how to block one domain and 3 IP addresses. See the next post in this thread for an updated list of all #Meta domains' IP addresses to block so they don't steal your data and flood your servers with traffic! #FediBlock #Fediverse #Threads #Instagram #FediPact #AntiMeta #MetaBlock