This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| #FreeDNS updater script with IPv4 and IPv6 support | |
| # (Initially) based on update.sh by Adam Dean: https://freedns.afraid.org/scripts/update.sh.txt | |
| # requirements: | |
| # curl | |
| # dig | |
| # posix-compatible shell | |
| # Note: http://whatismyipaddress.com/api says: | |
| # "You may programmatically query that server but limit queries to no more |