Created
May 13, 2018 11:18
-
-
Save forkrul/94b01e7026716dde01b1800032750a0f 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
sudo iptables -I INPUT -p udp --dport 27031 -j ACCEPT | |
sudo iptables -I INPUT -p udp --dport 27036 -j ACCEPT | |
sudo iptables -I INPUT -p tcp --dport 27036 -j ACCEPT | |
sudo iptables -I INPUT -p tcp --dport 27037 -j ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment