home.social

#ip6tables — Public Fediverse posts

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

  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