Created
April 4, 2013 13:19
-
-
Save tomgullo/5310288 to your computer and use it in GitHub Desktop.
insert allow ip
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
iptables -A INPUT 4 -s x.x.x.x -m state --state NEW -p tcp --dport x -j ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment