14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
//
|
|
// Do any local configuration here
|
|
//
|
|
|
|
// Consider adding the 1918 zones here, if they are not used in your
|
|
// organization
|
|
//include "/etc/bind/zones.rfc1918";
|
|
|
|
zone "onion" {
|
|
type forward;
|
|
forward only;
|
|
forwarders port 54 {127.0.0.1;};
|
|
};
|