Skip to content

Instantly share code, notes, and snippets.

@winguse
Created November 19, 2018 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winguse/e5c93e1cbc94acc2182ee79001cbae98 to your computer and use it in GitHub Desktop.
Save winguse/e5c93e1cbc94acc2182ee79001cbae98 to your computer and use it in GitHub Desktop.
drop rst package in router. 50% works under gfw
ip6tables -A FORWARD -p tcp --tcp-flags RST RST -j DROP
iptables -A FORWARD -p tcp --tcp-flags RST RST -j DROP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment