Created
November 18, 2013 08:33
-
-
Save toothfairy/7524541 to your computer and use it in GitHub Desktop.
Allow connections through localhost
Was used to fix issue with iptables due to some dork ispmanager usage
This file contains hidden or 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 -I INPUT 1 -i lo -j ACCEPT | |
iptables -I OUTPUT 1 -o lo -j ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment