[8.270][FEATURE][CLOSED] Feature: Forward Only DNS Server

Hi, I have noticed in 8.20 and above that the named.conf file has
 forward first;
 hard coded in it. I used to change the named.conf-default file and use
 forward only;

 option but now I have to change the named.conf file and that changes every time the dns server is restarted.

Is there a way that we can get a switch in webadmin where we have the option to choose forward only if needed.

 There are multiple scenarios where you wouldn't want to use forward first. For example if astaro is not your edge firewall, you might already have an internal DNS server being used as a forwarder in astaro but astaro will still query root servers. Also, lets say you are blocking things using open dns or similar service, a small hiccup in the connectivity would cause the dns server to query the root servers and fulfill the query.

Regards
Bill.
Parents
  • Hi Billybob,

    you're right. By adding the explicit 'forward first;' setting to the forwarder configuration we broke the (never granted) support for such changes in named.conf-default.

    If you want this back, please open a feature request on feature.astaro.com and campaign for votes as needed. Once we have enough requests for this feature we will consider to implement it in a future release.

    Regards,
    mlenk
  • Its no big deal, I can probably add a few lines to /etc/init.d/beeps to 
    cp /var/chroot-bind/etc/named.conf.bak /var/chroot-bind/etc/named.conf 
    where /var/chroot-bind/etc/named.conf.bak would be my file with the settings I want and restart named.

    Not important enough for feature request if it creates problems for developers.

    Regards
    Bill
Reply
  • Its no big deal, I can probably add a few lines to /etc/init.d/beeps to 
    cp /var/chroot-bind/etc/named.conf.bak /var/chroot-bind/etc/named.conf 
    where /var/chroot-bind/etc/named.conf.bak would be my file with the settings I want and restart named.

    Not important enough for feature request if it creates problems for developers.

    Regards
    Bill
Children
No Data