rinex20
rinex20
chmod +x clash, then "sudo ./clash"
> Tasker用shell命令就行,无需root 能否展开说一下?
> v3, tun客户端,Windows平台。 > > > > 服务起来后,无法直接连通其他客户端。 > > 在本地ping一下远程服务器端网关即可解决这个问题。 > > > > 是否能够增加服务启动后自动和远端网关心跳通讯一下。 经过测试,如果加一层relay,问题有改善。relay+tls依然需要先ping一下。其他方式mtls, mwss,quic都可以改善这个问题。
> v3版本中已经增加了心跳包 https://github.com/go-gost/gost/commit/166317a7d05f66dbc44dddb8e7a5affa637c9e28. > > ``` > > gost -L "tun://:0/IP:PORT?net=192.168.123.2/24&keepAlive=true&ttl=10s" > > ``` 好的,谢谢,我来试试。