From 4a2b9cc7d14dfb835e01ea374b3e9c05958baec9 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Thu, 2 Jan 2020 18:11:29 -0500 Subject: [PATCH] Update cloudflare.sh --- cloudflare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflare.sh b/cloudflare.sh index 2084842..4683390 100644 --- a/cloudflare.sh +++ b/cloudflare.sh @@ -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