geph4-client icon indicating copy to clipboard operation
geph4-client copied to clipboard

4.9.2 以后的版本无法自动选择节点

Open TigerCubDen opened this issue 10 months ago • 5 comments

之前的 issue #151 被错误的关闭,再重发一遍。现在经过了这么多版本后该问题依然存在,希望尽快解决,谢谢。 ————————

当未传入 --exit-server 参数 时,geph4-connect 不会像之前版本一样自动选择出口节点,而是直接报错:

4.9.2 版本:

geph4-client[67413]:  [geph4client::connect::tunnel::tunnel_actor WARN]: tunnel_actor restarting: no such exit found in the list; list is ["1.ams.nl.ngexits.geph.io", "1.mtl.ca.ngexits.geph.io", "1.pdx.us.ngexits.geph.io", "1.sgp.sg.ngexits.geph.io", "1.waw.pl.ngexits.geph.io", "2.ams.nl.ngexits.geph.io"......]

4.11.0 版本:

[geph4client INFO]: geph4-client v4.11.0 starting...
[geph4client::connect INFO]: connect mode starting: exit = None, force_protocol = None, use_bridges = false
Error: no exit server provided

除此之外,模糊匹配也同样失效。 希望保持之前版本的行为,未填写时自动选择节点。

 --exit-server <exit-server>
            Which exit server to connect to. If there isn't an exact match, the exit server with the most similar
            hostname is picked. If not given, a random server will be selected

TigerCubDen avatar Apr 18 '24 08:04 TigerCubDen