Timmm
Verified User
After updating DA to 1.25.1 my zone.conf in the templates directory gets overwrited. In the original zone.conf:
I added:
This addition disappeared after updating! With the result the Dutch Domainregistery (www.sidn.nl) cannot query my DNS anymore.
Now I would like to update to a new version should I check this all the time?
Maybe IF DA update need to re-write zone.conf template you could use a preg-replace function leaving the additions alone...
Thanks!
Tim; The Netherlands
zone "|DOMAIN|" { type master; file "|PATH|/|DOMAIN|.db"; };
I added:
zone "|DOMAIN|" { type master; file "|PATH|/|DOMAIN|.db"; allow-query { any; }; };
This addition disappeared after updating! With the result the Dutch Domainregistery (www.sidn.nl) cannot query my DNS anymore.
Now I would like to update to a new version should I check this all the time?
Maybe IF DA update need to re-write zone.conf template you could use a preg-replace function leaving the additions alone...
Thanks!
Tim; The Netherlands