tor-obfs4-bridge. Draft of .env.dist.
This commit is contained in:
parent
f64b46387d
commit
121cdbe29a
17
tor-obfs4-bridge/.env.dist
Normal file
17
tor-obfs4-bridge/.env.dist
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Set required variables
|
||||
OR_PORT=443
|
||||
PT_PORT=444
|
||||
EMAIL=email@host.tld
|
||||
# If you want, you could change the nickname of your bridge
|
||||
#NICKNAME=DockerObfs4Bridge
|
||||
# If needed, activate additional variables processing
|
||||
OBFS4_ENABLE_ADDITIONAL_VARIABLES=1
|
||||
# and define desired torrc entries prefixed with OBFS4V_
|
||||
# For example:
|
||||
#OBFS4V_AddressDisableIPv6=1
|
||||
|
||||
# Disable any publishing of bridge info
|
||||
OBFS4V_PublishServerDescriptor=0
|
||||
|
||||
# Disabling Exit Node mode
|
||||
ExitPolicy=reject *:*, reject6 *:*
|
Loading…
Reference in a new issue