Add bind onion zone config

This commit is contained in:
Daniel Winzen
2021-10-01 22:37:42 +02:00
parent 8d5ded3bf6
commit 89669299e9

13
etc/bind/named.conf.local Normal file
View 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;};
};