Merge pull request #19 from elouin/patch-1

Change IP_CHECK_SITE to https://api.ipify.org/
This commit is contained in:
2019-09-25 18:36:41 +02:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
LOG="$0.log" LOG="$0.log"
# From which site should we get your WAN IP? # 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 instead of nslookup for hostname lookup.
USE_DRILL="NO" USE_DRILL="NO"