Browse Source

obfs4proxy: enable (unsafe) logging

Fabian Peter Hammerle 4 years ago
parent
commit
75f233c47a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      torrc

+ 1 - 1
CHANGELOG.md

@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - alpine
 - tor
   - socks proxy
-  - obfs4proxy client
+  - obfs4proxy client (unsafe logging)
   - docs / man pages
 - `docker-compose.yml`
 

+ 1 - 1
torrc

@@ -2,4 +2,4 @@ Log notice stdout
 
 SOCKSPort 0.0.0.0:9050
 
-ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy
+ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy --enableLogging --logLevel=DEBUG --unsafeLogging