Skip to content

Commit

Permalink
luci-app-ssr-plus: Fix 'TUIC' does not run or cannot connect.
Browse files Browse the repository at this point in the history
1、If the listening socket is not set to dual-stack, the socket behavior depends on the platform, resulting in a connection failure.
2、Settings for the local inbound socks5 server should be set to [::] for proper running after the dual-stack configuration.
See official WIKI:
https://github.com/EAimTY/tuic/tree/dev/tuic-client
  • Loading branch information
zxlhhyccc authored Apr 13, 2024
1 parent 08b5f10 commit b32575e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions luci-app-ssr-plus/po/zh-cn/ssr-plus.po
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,9 @@ msgstr "接收窗口(无需确认即可接收的最大字节数:默认8Mb)
msgid "Dual-stack Listening Socket"
msgstr "双栈Socket监听"

msgid "Default setting, If this option is not set, the socket behavior is platform dependent."
msgstr "默认已设置。如果监听套接字未设置为双栈,则套接字的行为取决于平台,从而导致连接失败。"

msgid "Maximum packet size the socks5 server can receive from external"
msgstr "socks5服务器可以从外部接收的最大数据包大小(单位:字节)"

Expand Down

0 comments on commit b32575e

Please sign in to comment.