/ Published in: Other
This will open up the 443 port in your firewall to TCP connections. Run as root.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
iptables -I INPUT -p tcp --dport 443 -j ACCEPT