Hello, I was wondering if its possible to have the... Allow zone transfers to these IPs (comma separated list) and Also Notify ... have a default setting?? In other words have some default IPs in there whenever a DNS record is added? Thanks...
Thats possible when you use the wizard. Add in the template that you use: xfer=..... also_notify=..... with the values that you want to set as default.
But hose statements go in the named.conf.local not the actual DNS zone file... i was not aware there was a template for the conf file?? Where is this template? Thanks...
I'am talking about the dns wizard templates. Login to ispconfig, go to the dns module and there click on templates in the left menu.
Sorry for being a pain, but i am still confused... I go to my DNS module, click on templates on the left, open up my current default DNS template and i added at the end the following.... allow-transfer {xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy;}; also-notify {xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy;}; I save this and then add a test domain... The new domain does not contain the above options in the named.conf.local file or in the zone file itself.. Maybe I am missing something?
The lines have to be added inside the [ZONE] section and not at the end of the template as they are zone settings and not dns records. and you used a wrong syntax, please see my post #2 and the other lines in the template for the correct syntax. correct would be: xfer=xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy; also_notify=xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy;