소스 검색

obfs4proxy: enable (unsafe) logging

Fabian Peter Hammerle 5 년 전
부모
커밋
75f233c47a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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