这是 v0.2.x 的最终维护版本。
删除「链式代理(chain proxy)」功能(相关配置/字段已移除)。
如需“链式代理”效果,建议用 fallback 组合实现(示例):
客户端:server_address 指向“中间 Sudoku 服务器” IP:PORT。
中间服务器:配置可随意(与客户端故意不匹配),并设置 fallback 到“目标服务器” IP:PORT。
目标服务器:配置与客户端匹配(与客户端同一套协议/混淆/密钥等)。
效果:客户端只需连中间服务器;中间服务器因与客户端不匹配而触发回落,把连接转交给目标服务器,从而完成一跳转发的“链式代理”效果。
This is the last maintenance release in the v0.2.x line.
Removed the chain proxy feature (related config/fields are gone).
If you still want a “chained” setup, use fallback instead (example):
Client: set server_address to the “middle Sudoku server” IP:PORT.
Middle server: use any config (intentionally not matching the client) and set fallback to the “destination server” IP:PORT.
Destination server: configure it to match the client (same protocol/obfs/keys, etc.).
Result: the client only connects to the middle server; the middle server triggers fallback due to mismatch and hands off to the destination server, achieving a one-hop “chain-like” proxy flow.