docker-ddns icon indicating copy to clipboard operation
docker-ddns copied to clipboard

DNS update with FQDN in domain field, main.go

Open gmkey opened this issue 4 years ago • 0 comments

This pull requests removes the "ZONE" string from the "hostname" or "domain" fields of the request, as this is used by AVM fritz!box routers to check if the update is actually executed, but would recursively lead to updates in the form of:

ZONE=example.com request url: https://ddns.example.com/v3/update?hostname=hostname.example.com&myip=&password= Resulting entry in the zone file: hostname.example.com.example.com

Solves #63

gmkey avatar Feb 16 '21 12:02 gmkey