Skip to content

Commit

Permalink
Change IP_CHECK_SITE to https://api.ipify.org/
Browse files Browse the repository at this point in the history
Old one seems down
  • Loading branch information
elouin committed Sep 24, 2019
1 parent 90229cf commit 6ddabf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsupdate.d/sample.config.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ddabf4

Please sign in to comment.