mirror of
				https://github.com/casjaysdevdocker/tor
				synced 2025-11-04 07:02:27 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
Dockerfile .env.scripts rootfs/usr/local/etc/ rootfs/usr/local/share/template-files/config/tor/torrc rootfs/usr/local/share/template-files/data/htdocs/www/index.html rootfs/usr/share/
This commit is contained in:
		@@ -4,24 +4,28 @@ ControlSocketsGroupWritable 1
 | 
			
		||||
CookieAuthentication 1
 | 
			
		||||
CookieAuthFileGroupReadable 1
 | 
			
		||||
HashedControlPassword 16:C30604D1D90F341360A14D9A1048C1DF4A3CA2411444E52EE5B954C01F
 | 
			
		||||
 | 
			
		||||
##### directiories and files
 | 
			
		||||
DataDirectory /data/tordd
 | 
			
		||||
ControlSocket /run/tor/control.sock
 | 
			
		||||
CookieAuthFile /run/tor/control.authcookie
 | 
			
		||||
DataDirectory /data/tor
 | 
			
		||||
##### logging
 | 
			
		||||
Log notice file /dev/sdout
 | 
			
		||||
#Log debug file /var/log/tor/debug.log
 | 
			
		||||
 | 
			
		||||
##### This section is just for location-hidden services
 | 
			
		||||
HiddenServiceDir /data/tor/hidden_service/default
 | 
			
		||||
HiddenServicePort 80 127.0.0.1:80
 | 
			
		||||
 | 
			
		||||
##### Server
 | 
			
		||||
ControlPort 9051
 | 
			
		||||
SOCKSPort 9050
 | 
			
		||||
HTTPTunnelPort 9080
 | 
			
		||||
 | 
			
		||||
##### dns forwarder
 | 
			
		||||
DNSPort 9053
 | 
			
		||||
AutomapHostsOnResolve 1
 | 
			
		||||
AutomapHostsSuffixes .exit,.onion
 | 
			
		||||
 | 
			
		||||
##### This section is just for relays
 | 
			
		||||
#Nickname whateveryouwant
 | 
			
		||||
#ContactInfo tor-admin@example.com
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +0,0 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="UTF-8" />
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
			
		||||
    <title>tor proxy</title>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    tor proxy server
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user