home · contact · privacy
Remove port 443 workaround for blocked SSH port; too rare an issue.
[config] / all_new_2018 / linkable_etc_files / server / etc / iptables / rules.v4
index 6899ef68078f8ff4aacf9819a04d516858b91e19..8e0b1f6914be55c4a6e551b7f088a29f26579c81 100644 (file)
@@ -10,7 +10,5 @@
 -A INPUT -p icmp -j ACCEPT
 # SSH
 -A INPUT -p tcp --dport 22 -j ACCEPT
-# HTTPS in theory, in practice my second SSH port, see sshd_config
--A INPUT -p tcp --dport 443 -j ACCEPT
 COMMIT
 # this last line is here because iptables-restore ignores the final command if no newline follows it
\ No newline at end of file