Created
April 16, 2020 07:22
-
-
Save guangbochen/230fa3af422ac8965666130d190fa97d to your computer and use it in GitHub Desktop.
useful dev ops sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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