🗃️ 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:
casjay
2024-08-30 15:09:36 -04:00
parent afd89369c3
commit c4a98b6043
7 changed files with 653 additions and 0 deletions

View File

@@ -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 **********