Created
July 8, 2019 07:40
-
-
Save enqtran/660de5c8a589a6814290f03bee37776d to your computer and use it in GitHub Desktop.
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 -p tcp -m tcp --dport 3000 -j ACCEPT | |
service iptables save | |
service iptables restart | |
iptables -L -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment