Answers for "allow port in 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