mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-30 16:30:45 +02:00
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:
parent
e0a2aeaa7c
commit
20acb482c5
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue