Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNS update with FQDN in domain field, main.go
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=<ipaddr>&password=<passwd> Resulting entry in the zone file: hostname.example.com.example.com Solves dstapp#63
- Loading branch information