dns: allow random source ports for BIND caching DNS

Despite most guides saying that without restricting to port 53 queries
won't get through a firewall, I cannot make it work with this option.
DNS queries through a WRT54G just time out even when the WRT54G isn't
caching anything itself (ie, explicit upstream nameservers are the
forwarders in the bind config).
This commit is contained in:
Dan Williams 2010-09-21 00:08:01 -05:00
parent e0a2aeaa7c
commit 20acb482c5

View file

@ -349,7 +349,6 @@ update (NMDnsPlugin *plugin,
g_string_append (conf,
"options {\n"
" directory \"" LOCALSTATEDIR "/named\";\n"
" query-source address * port 53;\n"
" forward only;\n"
" recursion yes;\n"
" listen-on-v6 { ::1; };\n"