Skip to content

Instantly share code, notes, and snippets.

@FreeSlave
Created January 24, 2018 16:21
Show Gist options
  • Save FreeSlave/4b6b836af99ad4d87a61a3530cc9bb34 to your computer and use it in GitHub Desktop.
Save FreeSlave/4b6b836af99ad4d87a61a3530cc9bb34 to your computer and use it in GitHub Desktop.
Dropping RST packages for https
iptables -I INPUT -p tcp --sport 443 --tcp-flags RST RST -j DROP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment