mirror of
				https://github.com/casjaysdevdocker/bind
				synced 2025-11-04 07:02:23 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/01-tor.sh
This commit is contained in:
		@@ -102,8 +102,8 @@ SERVICE_PORT="9053"
 | 
				
			|||||||
RUNAS_USER="root" # normally root
 | 
					RUNAS_USER="root" # normally root
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
# User and group in which the service switches to - IE: nginx,apache,mysql,postgres
 | 
					# User and group in which the service switches to - IE: nginx,apache,mysql,postgres
 | 
				
			||||||
SERVICE_USER="tor"  # execute command as another user
 | 
					SERVICE_USER="root"  # execute command as another user
 | 
				
			||||||
SERVICE_GROUP="tor" # Set the service group
 | 
					SERVICE_GROUP="root" # Set the service group
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
# Set password length
 | 
					# Set password length
 | 
				
			||||||
RANDOM_PASS_USER=""
 | 
					RANDOM_PASS_USER=""
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user