🗃️ 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

@@ -30,6 +30,7 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
rm -Rf /etc/tor/*
rm -Rf /etc/bind.* /etc/named.*
rm -Rf "/etc/bind"/* "/var/bind"/*
rm -Rf "/etc/named"/* "/var/named"/*