mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 02:10:28 +01:00
* named/named.conf: Use any port for query source instead of restricting to port 53. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@394 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
15 lines
265 B
Text
15 lines
265 B
Text
// Named configuration, generated by NetworkManager
|
|
|
|
options {
|
|
directory "/";
|
|
query-source address * port *;
|
|
forward only;
|
|
forwarders { @@FORWARDERS@@ };
|
|
listen-on { 127.0.0.1; };
|
|
pid-file "@@PID_FILE@@";
|
|
};
|
|
|
|
// Disable rndc
|
|
controls { };
|
|
|
|
@@DOMAIN_ZONES@@
|