From 20acb482c53beabb59022be258f167233dd14959 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 21 Sep 2010 00:08:01 -0500 Subject: 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). --- src/dns-manager/nm-dns-bind.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/dns-manager/nm-dns-bind.c b/src/dns-manager/nm-dns-bind.c index c225eb95d2..2e1ec67dec 100644 --- a/src/dns-manager/nm-dns-bind.c +++ b/src/dns-manager/nm-dns-bind.c @@ -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" -- cgit v1.2.3