X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fcfgroot%2Fids-functions.pl;fp=config%2Fcfgroot%2Fids-functions.pl;h=af8a927e0bb04404338c4b166fc5688fdee783c9;hp=186c39ac78f27fb0f7165895248287d012824674;hb=99cadb743af795134733ce2e229e53c3c0e7359b;hpb=b76118c32ceb03b40945805e42bd7514f7007f1f diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 186c39ac78..af8a927e0b 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -718,10 +718,7 @@ sub generate_dns_servers_file() { if (@nameservers) { $line = join(",", @nameservers); } else { - # The responsible DNS servers on red are directly used, and because we are not able - # to specify each single DNS server address here, we currently have to thread each - # address which is not part of the HOME_NET as possible DNS server. - $line = "!\$HOME_NET"; + $line = "\$EXTERNAL_NET"; } # Open file to store the used DNS server addresses.