Answers for "how to add a port to iptables"

4

iptables open port

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

Browse Popular Code Answers by Language