8000 filter for domains that use the fqdn (Zone) in the submit · Issue #63 · dstapp/docker-ddns · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
filter for domains that use the fqdn (Zone) in the submit #63
Open
@gmkey

Description

@gmkey

The newer versions of the AVM fritz!box routers, now require the DDNS domain to be a FQDN, including the zone. This leads to entries in the zone file that are like this:

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

The obvious solution of not using the FQDN but only the hostname results in tons of error messages.

Request: would it be possible to add a filter to the go scripts that checks if the hostname string contains a substring that is equal to the zone string and remove .zone from the hostname? (or any other solution that would yield the same result).

PS: this seems like a little patch, but unfortunately I have very limited go skills.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0