trying HS
This commit is contained in:
9
config/tor/torrc
Normal file
9
config/tor/torrc
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Tor configuration for f0ckm
|
||||||
|
|
||||||
|
# Enable SOCKS proxy for internal container & external connections
|
||||||
|
SocksPort 0.0.0.0:9050
|
||||||
|
|
||||||
|
# Tor Hidden Service (v3 Onion Service) configuration
|
||||||
|
# Tor will automatically generate private keys and hostnames in /var/lib/tor/f0ckm_hs/
|
||||||
|
HiddenServiceDir /var/lib/tor/f0ckm_hs/
|
||||||
|
HiddenServicePort 80 f0ckm:1337
|
||||||
@@ -52,6 +52,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9050:9050"
|
- "9050:9050"
|
||||||
- "8118:8118"
|
- "8118:8118"
|
||||||
|
volumes:
|
||||||
|
- ./config/tor:/etc/tor:ro
|
||||||
|
- ./f0ckm-data/tor:/var/lib/tor:Z
|
||||||
networks:
|
networks:
|
||||||
- f0ckm-net
|
- f0ckm-net
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user