mirror of
				https://github.com/casjaysdevdocker/tor
				synced 2025-11-04 07:02:27 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/01-tor-server.sh rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh
This commit is contained in:
		@@ -65,11 +65,11 @@ RESET_ENV="yes"
 | 
			
		||||
WWW_ROOT_DIR="/usr/share/httpd/default"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Default predefined variables
 | 
			
		||||
DATA_DIR="/data/tor"   # set data directory
 | 
			
		||||
CONF_DIR="/config/tor" # set config directory
 | 
			
		||||
DATA_DIR="/data/tor"          # set data directory
 | 
			
		||||
CONF_DIR="/config/tor/server" # set config directory
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# set the containers etc directory
 | 
			
		||||
ETC_DIR="/etc/tor"
 | 
			
		||||
ETC_DIR="/etc/tor/server"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# set the var dir
 | 
			
		||||
VAR_DIR=""
 | 
			
		||||
 
 | 
			
		||||
@@ -65,11 +65,11 @@ RESET_ENV="yes"
 | 
			
		||||
WWW_ROOT_DIR="/usr/share/httpd/default"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Default predefined variables
 | 
			
		||||
DATA_DIR="/data/tor"   # set data directory
 | 
			
		||||
CONF_DIR="/config/tor" # set config directory
 | 
			
		||||
DATA_DIR="/data/tor"         # set data directory
 | 
			
		||||
CONF_DIR="/config/tor/relay" # set config directory
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# set the containers etc directory
 | 
			
		||||
ETC_DIR="/etc/tor"
 | 
			
		||||
ETC_DIR="/etc/tor/relay"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# set the var dir
 | 
			
		||||
VAR_DIR=""
 | 
			
		||||
 
 | 
			
		||||
@@ -65,11 +65,11 @@ RESET_ENV="yes"
 | 
			
		||||
WWW_ROOT_DIR="/usr/share/httpd/default"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Default predefined variables
 | 
			
		||||
DATA_DIR="/data/tor"   # set data directory
 | 
			
		||||
CONF_DIR="/config/tor" # set config directory
 | 
			
		||||
DATA_DIR="/data/tor"          # set data directory
 | 
			
		||||
CONF_DIR="/config/tor/bridge" # set config directory
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# set the containers etc directory
 | 
			
		||||
ETC_DIR="/etc/tor"
 | 
			
		||||
ETC_DIR="/etc/tor/bridge"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# set the var dir
 | 
			
		||||
VAR_DIR=""
 | 
			
		||||
 
 | 
			
		||||
@@ -65,11 +65,11 @@ RESET_ENV="yes"
 | 
			
		||||
WWW_ROOT_DIR="/usr/share/httpd/default"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Default predefined variables
 | 
			
		||||
DATA_DIR="/data/tor"   # set data directory
 | 
			
		||||
CONF_DIR="/config/tor" # set config directory
 | 
			
		||||
DATA_DIR="/data/tor"          # set data directory
 | 
			
		||||
CONF_DIR="/config/tor/hidden" # set config directory
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# set the containers etc directory
 | 
			
		||||
ETC_DIR="/etc/tor"
 | 
			
		||||
ETC_DIR="/etc/tor/hidden"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# set the var dir
 | 
			
		||||
VAR_DIR=""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user