mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 12:34:38 -05:00
🗃️ Committing everything that changed 🗃️
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:
parent
478b710461
commit
19a57e41ff
@ -246,7 +246,7 @@ __update_conf_files() {
|
|||||||
LogMessageDomains 1
|
LogMessageDomains 1
|
||||||
Log notice file $LOG_DIR/relay.log
|
Log notice file $LOG_DIR/relay.log
|
||||||
|
|
||||||
SOCKSPort 9051
|
SOCKSPort 10051
|
||||||
BridgeRelay 1
|
BridgeRelay 1
|
||||||
PublishServerDescriptor 1
|
PublishServerDescriptor 1
|
||||||
%include $CONF_DIR/relay.d/*.conf
|
%include $CONF_DIR/relay.d/*.conf
|
||||||
|
@ -246,7 +246,7 @@ __update_conf_files() {
|
|||||||
LogMessageDomains 1
|
LogMessageDomains 1
|
||||||
Log notice file /$LOG_DIR/bridge.log
|
Log notice file /$LOG_DIR/bridge.log
|
||||||
|
|
||||||
SOCKSPort 9052
|
SOCKSPort 10052
|
||||||
ServerTransportPlugin obfs4 exec /usr/bin/lyrebird
|
ServerTransportPlugin obfs4 exec /usr/bin/lyrebird
|
||||||
ServerTransportListenAddr obfs4 0.0.0.0:${TOR_PT_PORT:-8445}
|
ServerTransportListenAddr obfs4 0.0.0.0:${TOR_PT_PORT:-8445}
|
||||||
|
|
||||||
|
@ -248,7 +248,7 @@ __update_conf_files() {
|
|||||||
LogMessageDomains 1
|
LogMessageDomains 1
|
||||||
Log notice file $LOG_DIR/hidden.log
|
Log notice file $LOG_DIR/hidden.log
|
||||||
|
|
||||||
SOCKSPort 9053
|
SOCKSPort 10053
|
||||||
HiddenServiceDir $DATA_DIR/hidden_service/default
|
HiddenServiceDir $DATA_DIR/hidden_service/default
|
||||||
HiddenServicePort 80 127.0.0.1:80
|
HiddenServicePort 80 127.0.0.1:80
|
||||||
%include $CONF_DIR/hidden.d/*.conf
|
%include $CONF_DIR/hidden.d/*.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user