Answers for "allow everything throught iptables"

4

iptables open port

sudo iptables -A INPUT -p tcp --dport xxxx -j ACCEPT
Posted by: Guest on August-17-2020

Code answers related to "allow everything throught iptables"

Browse Popular Code Answers by Language