gumblex / ptproxy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

我想知道 iat-mode=0/1/2 这三个值的区别和意义!以及在同一服务器上能重复使用 obfs4_state.json中的内容?

q158073378252010 opened this issue · comments

关于obfs4_state.json 文件复用的疑问
1、服务器 只运行 一个 实例的情况:
此时服务已经成功运行 命令 python3 ptproxy.py -s server.json
接着我结束它,再次运行该命令是否能够复用 obfs4_state.json 中的内容?
2、服务器 如何运行多个 这样的实例?

  1. 放多个文件夹?使读到的 obfs4_state.json 不同即可
  2. iat-mode 是消减发包的时序特征,会使速度变慢,2 比 1 更慢更随机

@gumblex
iat-mode = 0 时表示不启用 这个 消减发包的时序特征 ?
iat-mode = 1 表示启用
iat-mode = 2 时表示比 1 模式下 消减发包的时序特征更厉害 ,也产生更大的延迟!是否可以这样离解?
tor 有没有关于对这个 iat-mode 参数的文档?

 * IAT obfuscation is now a per-bridge argument (iat-mode).
   * 0 (default) = Disabled.
   * 1 = Enabled, ScrambleSuit-style with bulk throughput optimizations.
   * 2 = Paranoid, Each IAT write will send a length sampled from the
     length distribution. (EXPENSIVE).

https://lists.torproject.org/pipermail/tor-commits/2014-August/079402.html