Merge pull request #19 from elouin/patch-1

Change IP_CHECK_SITE to https://api.ipify.org/
This commit is contained in:
Christian Busch 2019-09-25 18:36:41 +02:00 committed by GitHub
commit f756536755
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"