mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Add easyDNS and ZoneEdit which use the same method? #274
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zogg44 on GitHub (Apr 19, 2023).
Originally assigned to: @qdm12 on GitHub.
add support for easyDNS and ZoneEdit, which are owned by the same company and use the same method but different provide URL
See https://kb.easydns.com/knowledge/dynamic-dns/ for details on easyDNS.
For ZoneEdit, replace api.cp.easydns.com with api.cp.zoneedit.com
@Zogg44 commented on GitHub (Apr 21, 2023):
I found some instructions on how to do this, so I wrote my own bash script. Here it is for anyone who may want it. I'm sure it could be streamlined, but it works. It gets the WAN IP, saves it to a file, reads the value back from the file, and puts it in the URL along with username and token from ZoneEdit:
wget -q -O /mnt/user/Fileshare/ddns.txt "https://icanhazip.com"
IP=
awk '{print $1}' < /mnt/user/Fileshare/ddns.txtecho my IP is "$IP"
wget -O/dev/null "https://MYLOGIN:MYTOKEN@api.cp.zoneedit.com/dyn/generic.php?hostname=MYHOSTNAME&myip=$IP"
@qdm12 commented on GitHub (Jun 5, 2023):
Duplicate of #421 and #311
@qdm12 commented on GitHub (Jun 12, 2023):
EasyDNS added in
6a9ba7ecb4for the latest image and future release image tag:v2.6.0@qdm12 commented on GitHub (Jun 14, 2023):
zoneedit.com is now supported in the latest image, as well as in future release v2.6.0
Also FYI zoneedit.com was definitely NOT a clone of easydns: