Nico D'Cotta
Nico D'Cotta
@seang96 thank you! that is useful. I checked and grimd has not received any updates (at all) since I forked it. I will try to browse through the diff to...
No worries at all! Glad this went away for you
Thank you for your report! What you expect is indeed zonefille syntax as per [RFC5492](https://datatracker.ietf.org/doc/html/rfc4592). The lib I use (https://github.com/miekg/dns) claims to be compliant to this RFC so might be...
I filed an issue upstream https://github.com/miekg/dns/issues/1534
In the meantime, if you set `customdnsrecords = [ "nixos.container. IN A 192.168.0.76" ];` that should get you what you want (but you are still correct that what you posted...
An update: I have submitted a PR https://github.com/miekg/dns/pull/1536 upstream (which should fix your case)