Change IP_CHECK_SITE to https://api.ipify.org/

Old one seems down
This commit is contained in:
Elouin 2019-09-24 07:49:17 +02:00 committed by GitHub
parent 90229cf1c2
commit 6ddabf4566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
LOG="$0.log"
# From which site should we get your WAN IP?
IP_CHECK_SITE="https://ip.dblx.io"
IP_CHECK_SITE="https://api.ipify.org/"
# Use drill instead of nslookup for hostname lookup.
USE_DRILL="NO"