gumblex / ptproxy

Turn any pluggable transport for Tor into an obfuscating TCP tunnel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command line arg parsing not working properly

jm33-m0 opened this issue · comments

$ python3.6 /root/ptproxy/ptproxy.py -c /root/ptproxy/client.json
2017-12-28 23:29:27 Starting PT...
===== Server information =====
"server": "[::]:23456",
"ptname": "obfs4",
"ptargs": "cert=Boh0HaS5AKXop3lUnxsijaKWbrZQ6Foqhzo4hSrINmoOqaB4IutClycMhBvsaHsyLPMUbQ;iat-mode=0",
==============================
2017-12-28 23:29:27 PT started successfully.

seems like the script is printing unrelated debug info

我这边也是一样,似乎配置使用了脚本中默认的 CFG,没有使用传入的配置。