Хочу заблокировать 443 всем, кроме cloudflare и локалхоста. Имеем такую команду.
iptables -A INPUT ! -s 127.0.0.0/8,103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,188.114.96.0/20 -p tcp --dport 443 -j REJECT
iptables v1.6.0: ! not allowed with multiple source or destination IP addresses
Try `iptables -h' or 'iptables --help' for more information.