Answers for "iptables linux 80 and 443 open"

0

iptables linux 80 and 443 open

sudo iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT
sudo iptables -I INPUT -p tcp -m tcp --dport 443 -j ACCEPT
Posted by: Guest on March-12-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language