>>106303122
hey speaking of,
If I want to block a site like 4chan, how the fuck am I supposed to do that anyway?
On macOS.
terminal -> sudo etc/hosts and update the list ok but that doesn't work
instead get IPs:
dig +short www.4chan.org
dig +short i.4cdn.org
dig +short s.4cdn.org
then open firewall:
sudo nano /etc/pf.conf
and:
block drop from any to { *IPs here* }
cntrl+o, cntr+x
then
sudo pfctl -f /etc/pf.conf
aaand it doesn't work a bit later, dawned on me that 4ch uses cloudflare (facepalm…)
What can a layman like me do to block 4chan forever and ever? Is it really possible?
An automated script that runs this on bootup? IDK
halp