Hacker News new | ask | show | jobs
by geocar 655 days ago
You can just drop RST packets.

    iptables -I INPUT -p tcp --tcp-flags ALL RST,ACK -j DROP
    iptables -I INPUT -p tcp --tcp-flags ALL RST -j DROP
2 comments

That looks like exactly what I did, but it was a pain trying to get random users to do run code as root.
Why do I find this so funny...