/ Published in: Other
This will open up the 443 port in your firewall to TCP connections. Run as root.
Expand |
Embed | Plain Text
iptables -I INPUT -p tcp --dport 443 -j ACCEPT
You need to login to post a comment.
This will open up the 443 port in your firewall to TCP connections. Run as root.
iptables -I INPUT -p tcp --dport 443 -j ACCEPT
You need to login to post a comment.