mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-09-20 03:57:43 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/02-packages.sh rootfs/tmp/etc/bind/named.conf rootfs/tmp/etc/tor/ rootfs/tmp/var/bind/bind/root.cache rootfs/tmp/var/bind/root.cache rootfs/usr/local/etc/docker/init.d/00-named.sh rootfs/usr/local/etc/docker/init.d/01-tor.sh rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
@@ -85,6 +85,13 @@ zone "." {
|
||||
};
|
||||
# ********** end root info **********
|
||||
#####################################################################
|
||||
# ********** begin tor forwarding **********
|
||||
zone "onion" {
|
||||
type forward;
|
||||
forward only;
|
||||
forwarders { localhost port 9053; };
|
||||
# ********** end tor forwarding **********
|
||||
#####################################################################
|
||||
# ********** begin imports **********
|
||||
include "REPLACE_ETC_DIR/zones.conf";
|
||||
# ********** end imports info **********
|
||||
|
Reference in New Issue
Block a user