Skip to content

Commit

Permalink
More verbose messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gtwy committed Jun 8, 2021
1 parent a03c667 commit 4ef1e85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoconf-duckdns6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ else
fi

# Connect to DuckDNS
printf "\nNow connecting to DuckDNS... "
printf "\nNow connecting to DuckDNS and publishing your IPv6 $ipv6addr"
printf "\nfor domain $duckdomain.duckdns.org with token $ducktoken.\n\n"
curl -s "https://www.duckdns.org/update?domains=$duckdomain&token=$ducktoken&ip=$ipv4addr&ipv6=$ipv6addr"

# Write changes and create cronjob
Expand Down

0 comments on commit 4ef1e85

Please sign in to comment.