With IPv4 or IPv6 specified:

curl -k -X PUT -d "ip=IP" https://entrydns.net/records/modify/TOKEN

With IP automatically computed from request origin (only applicable to IPv4 addresses):

curl -k -X PUT -d "" https://entrydns.net/records/modify/TOKEN

You can also send GET requests over https (works with either IPv4 or IPv6 specified):

https://entrydns.net/records/modify/TOKEN?ip=ip.ad.dr.ess

With IP automatically computed from request origin (only applicable to IPv4 addresses):

https://entrydns.net/records/modify/TOKEN

Back to Help & Support