fw876 / helloworld

GNU General Public License v3.0
3.64k stars 2.64k forks source link

TUIC features #1218

Closed AmberisMyShiba closed 1 year ago

AmberisMyShiba commented 1 year ago
  1. Create tuic-client's Makefile
  2. Completed tuic-client full options for luci view
  3. The configuration file generation function for tuic-client has been completed
  4. github actions compilation passed
sbwml commented 1 year ago

坏掉了,朋友

https://github.com/fw876/helloworld/blob/master/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua#L329

zxlhhyccc commented 1 year ago

坏掉了,朋友

https://github.com/fw876/helloworld/blob/master/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua#L329

貌似是多了个划圈的代码,你删除一个试试: image

sbwml commented 1 year ago

坏掉了,朋友 https://github.com/fw876/helloworld/blob/master/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua#L329

貌似是多了个划圈的代码,你删除一个试试: image

我的意思就炸在这了

                dual_stack = dual_stack = (server.tuic_dual_stack == "1") and true or false,

                dual_stack = (server.tuic_dual_stack == "1") and true or false,
1715173329 commented 1 year ago

最近收到了关于 openai 那个代理问题(h3)。 tuic v5 发的 udp 包理论上已经可以被 ipt2socks 处理了,可以开启看看。

https://github.com/fw876/helloworld/blob/ab830a2146efe6f00d12ef7ee547aeb0eff72294/luci-app-ssr-plus/root/etc/init.d/shadowsocksr#L381-L390 https://github.com/fw876/helloworld/blob/ab830a2146efe6f00d12ef7ee547aeb0eff72294/luci-app-ssr-plus/root/etc/init.d/shadowsocksr#L468-L481