Skip to content

Instantly share code, notes, and snippets.

@crashangelbr
Created September 23, 2020 18:10
Show Gist options
  • Save crashangelbr/165dffcd1cbd0bbca35fe1e9017333f6 to your computer and use it in GitHub Desktop.
Save crashangelbr/165dffcd1cbd0bbca35fe1e9017333f6 to your computer and use it in GitHub Desktop.
Open Firewall Tails Linux
iptables -I OUTPUT -p tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 127.0.0.1 --dport 12344 -m owner --uid-owner amnesia -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment