Update cloudflare.sh

This commit is contained in:
TommyTran732
2020-01-02 18:08:14 -05:00
committed by GitHub
parent 06bcf33a42
commit cfaa9a2ec1
+2 -2
View File
@@ -23,8 +23,8 @@ if [ "$lsb_dist" = "ubuntu" ] || [ "$lsb_dist" = "debian" ]; then
for ips in `cat ips-v4`;
do
ufw allow from $ips to any proto ipv6 port 80
ufw allow from $ips to any proto ipv6 port 443
ufw allow from $ips to any proto tcp port 80
ufw allow from $ips to any proto tcp port 443
done
yes | ufw enable