luci-app-ssr-plus: subscribe: fix typo error
`port` -> `server_port` Fixes: #963 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
a14f65ce3b
commit
882661c41e
@ -357,7 +357,7 @@ local function processData(szType, content)
|
||||
result.type = "v2ray"
|
||||
result.v2ray_protocol = "vless"
|
||||
result.server = url.host
|
||||
result.port = url.port
|
||||
result.server_port = url.port
|
||||
result.vmess_id = url.user
|
||||
result.vless_encryption = params.encryption or "none"
|
||||
result.transport = params.type or "tcp"
|
||||
|
Loading…
Reference in New Issue
Block a user