Quentin McGaw

Results 837 comments of Quentin McGaw

Nice, thanks for letting me know.

1. Does it support wildcard updating? 2. Does it support Ipv6? With the same `myip` paramater? Note for the time being, you can use the custom provider with your url...

> However, I'm using truecharts (on TrueNAS) and somehow they didn't implement this. Ask them to bump it to version 2.6 🤔 Or just version 2 and it should get...

Can you create a wildcard subdomain, and then try: ```sh curl -v -I -X GET "https://:@ddns.hosting.de/nic/update?hostname=*.yourdomain.com&myip=1.2.3.4" ``` To see if it works? Or is this not an option on their...

> I have a wildcard domain. Well it's a CNAME which acts the same, but could you add an A (or AAAA) wildcard record? For example `*.test` owner, A type,...

Are you sure your `domain` isn't set to `domain.com.domain.com`?? I checked the code but it doesn't seem to be buggy 🤔 Or your `host` set to `subdomain.domain.com`?

Noted, and note you may be able to use the https://github.com/qdm12/ddns-updater/blob/master/docs/custom.md provider for the time being. Alternatively, there is a decent guide on how to contribute and add native support...

Duplicate of #346 I've added the details you gave and tagged you there. Please subscribe to #346 instead to be notified when this is done. Thanks!

1. 55d8c0d7030c657394653e814ed8efa5ca33fc13 added versioned readme+docs/ links to the readme 2. 32fafeca95473b608931522cce643158bc4ad6b8 `host` renamed to `owner` in documentation, code, and config.json. This is retro-compatible with the JSON `host` field key still....