Last active
February 25, 2023 13:45
-
-
Save Nepherte/c5e9047e2cf7fec7e8806445aae1b587 to your computer and use it in GitHub Desktop.
Daily cron script to update external ip address of home network.
This file contains 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 | |
# Binary can be obtained from: https://github.com/anaganisk/digitalocean-dynamic-dns-ip | |
digitalocean-dynamic-dns /home/bart/.config/digital-ocean/dynamic-ip.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment