Files
bind9/bin/tests/system/views/ns3/named2.conf
Michael Sawyer 5458e9245c Add query-source everywhere
Fix out output
2000-06-13 00:54:53 +00:00

22 lines
320 B
Plaintext

options {
query-source address 10.53.0.3 port 5300;
port 5300;
directory ".";
pid-file "named.pid";
listen-on { 10.53.0.3; };
recursion yes;
notify yes;
};
zone "." {
type hint;
file "root.hint";
};
zone "example" {
type slave;
masters { 10.53.0.2; };
allow-update { any; };
file "internal.bk";
};