Skip to content

Commit

Permalink
Had to change default IPv4 service
Browse files Browse the repository at this point in the history
The old one disappeared so I decided to host my own.
  • Loading branch information
gtwy committed Jul 27, 2017
1 parent b7d0f02 commit 0bcd5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoconf-duckdns6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ -f "$duck6conf" ]] ; then
source "$duck6conf"
else
# Default IPv4 service
ipv4service="https://ipinfo.io/ip"
ipv4service="https://gtwy.net/ip"

# Questions
printf "Autoconfigure script by James Watt for DuckDNS.\nThis script should be run on the computer hosting the services you would like publicly accessible.\n\nCheck https://www.duckdns.org/domains for domain and token\n\n"
Expand Down

0 comments on commit 0bcd5ee

Please sign in to comment.