iptables -I INPUT -p tcp --dport 30000:65534 -j ACCEPT
iptables -I OUTPUT -p udp --dport 323 -m comment --comment "chronyd" -j ACCEPT
iptables -I INPUT -i lo -m comment --comment "Inbound Allow lo" -j ACCEPT
iptables -I OUTPUT -o lo -m comment --comment "Outbound allow lo" -j ACCEPT
iptables -I INPUT -s 216.172.188.75/32 -m comment --comment "allow Painel" -j ACCEPT
iptables -I INPUT -s 108.179.194.154/32 -m comment --comment "allow Wizard/Eigsh" -j ACCEPT
iptables -A INPUT -s 136.243.220.212 -j DROP
