Update cloudflare.sh

This commit is contained in:
TommyTran732
2020-01-02 18:11:29 -05:00
committed by GitHub
parent cfaa9a2ec1
commit 4a2b9cc7d1
+1 -1
View File
@@ -21,7 +21,7 @@ if [ "$lsb_dist" = "ubuntu" ] || [ "$lsb_dist" = "debian" ]; then
ufw allow from $ips to any proto tcp port 443
done
for ips in `cat ips-v4`;
for ips in `cat ips-v6`;
do
ufw allow from $ips to any proto tcp port 80
ufw allow from $ips to any proto tcp port 443