diff --git a/.dev-tools/beta-test-blocker-whitelist-ips.sh b/.dev-tools/beta-test-blocker-whitelist-ips.sh index 00889063a..f2294f61a 100755 --- a/.dev-tools/beta-test-blocker-whitelist-ips.sh +++ b/.dev-tools/beta-test-blocker-whitelist-ips.sh @@ -54,7 +54,7 @@ magenta=$(tput setaf 5) cyan=$(tput setaf 6) white=$(tput setaf 7) defaultcolor=$(tput setaf default) -thisip=$(curl -s ifconfig.co) +thisip=$(dig +short myip.opendns.com @resolver1.opendns.com) # --------- # FUNCTIONS