build The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-...
obfsparam = (string)obfsparam.Clone(); 596 599 ret.remarks_base64 = (string)remarks_base64.Clone(); 597 600 ret.enable = enable; 598 601 ret.udp_over_tcp = udp_over_tcp; @@ -607,6 +610,7 @@ public Server() 607 610 this.server_port = 8388; 608 611 this.method = ...
{ "obfsParam" : "", "weight" : 1578656124, "title" : "", "host" : "sp.ishadowsocks.win", "file" : "", "uuid" : "D2C12E96-A9C0-445E-86C7-3C7D5AFA6969", "method" : "aes-256-cfb", "fla...
tindy哥您好,感谢您写的subconverter,一直很好用,最近clash推出0.11.2更新,已经原生支持了ssr,相比于clashR,主要有两处改动,参数obfsparam更名为obfs-param,参数protocolparam更名为protocol-param,请问下您是否可以考虑根据这两处改动更新subcoverter呢,小白目前还不知道怎么自己更新,非常谢谢您!
222 + if (isset($server['obfs']) && isset($server['obfs_password'])) { 223 + $uri .= "&obfs={$server['obfs']}&obfsParam{$server['obfs_password']}"; 224 + } 225 + } 226 + $uri .= "#{$name}\r\n"; 227 + return $uri; 228 + } 229 + 198 230 } ...
* @param int 远程网络连接(SERVER 模式:与目标主机的连接;CLIENT 模式:与服务器的连接) * @return int 成功返回 0,失败返回其他值 */ int ot_tunneling_tcp(int lfd, int tfd) { switch (otcfg_side) { case OT_SIDE_SERVER: return ot_tunneling_tcp_server(lfd, tfd); break; case OT_SIDE_CLIEN...