From 121cdbe29a6beb63f1be165b76c2142c9497c8c9 Mon Sep 17 00:00:00 2001 From: Alexey Eschenko Date: Thu, 16 Dec 2021 23:03:08 +0000 Subject: [PATCH] tor-obfs4-bridge. Draft of .env.dist. --- tor-obfs4-bridge/.env.dist | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tor-obfs4-bridge/.env.dist diff --git a/tor-obfs4-bridge/.env.dist b/tor-obfs4-bridge/.env.dist new file mode 100644 index 0000000..7ce082d --- /dev/null +++ b/tor-obfs4-bridge/.env.dist @@ -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 *:* \ No newline at end of file