Add bind onion zone config
This commit is contained in:
13
etc/bind/named.conf.local
Normal file
13
etc/bind/named.conf.local
Normal file
@ -0,0 +1,13 @@
|
||||
//
|
||||
// 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;};
|
||||
};
|
Reference in New Issue
Block a user