We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040c5cb commit f12fc3aCopy full SHA for f12fc3a
luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua
@@ -118,7 +118,7 @@ local Xray = {
118
-- 底层传输配置
119
streamSettings = {
120
network = server.transport or "tcp",
121
- security = (server.xtls == '1') and "xtls" or (server.tls == '1'or server.transport == "grpc") and "tls" or nil,
+ security = (server.xtls == '1') and "xtls" or (server.tls == '1') and "tls" or nil,
122
tlsSettings = (server.tls == '1' and (server.insecure == "1" or server.tls_host or server.fingerprint)) and {
123
-- tls
124
fingerprint = server.fingerprint,
0 commit comments