happyDomain / happydomain

Finally a simple interface for domain names (mirror of framagit.org/happyDomain/happydomain)
https://www.happydomain.org/
Other
21 stars 1 forks source link

DynamicDNS bug with TSIG name case #28

Open WhatANiceChick opened 2 months ago

WhatANiceChick commented 2 months ago

I have a bind9 server with TSIG keys. One of those key is named 'TSIG_HAPPYDOMAIN'.

When creating the DynamicDNS provider, the connection to the bind9 service fails if the 'Key Name' value is uppercase. So, if this value is 'TSIG_HAPPYDOMAIN', the addition of a domain fails with the error '[Error] AXFRDDNS: nameserver refused to transfer the zone my.domain: dns: no secrets defined'. However, if the 'Key Name' value is 'tsig_happydomain', the addition is successful.

nemunaire commented 2 months ago

This issue is related to dnscontrol, we propose a fix upstream: https://github.com/StackExchange/dnscontrol/pull/2966

WhatANiceChick commented 1 month ago

Thanks a lot !