Skip to content

Instantly share code, notes, and snippets.

@guangbochen
Created April 16, 2020 07:22
Show Gist options
  • Save guangbochen/230fa3af422ac8965666130d190fa97d to your computer and use it in GitHub Desktop.
Save guangbochen/230fa3af422ac8965666130d190fa97d to your computer and use it in GitHub Desktop.
useful dev ops sh
alias 'airgap'='iptables -A OUTPUT -i eth0 -j DROP && iptables -A INPUT -i eth0 -j DROP'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment