mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-17 21:03:30 +00:00
luci-app-v2ray-server: fix socks verify (#3485)
This commit is contained in:
parent
2cef70802e
commit
7d05eea87d
@ -21,7 +21,7 @@ if server.protocol == "vmess" then
|
||||
elseif server.protocol == "socks" then
|
||||
settings = {
|
||||
auth = (server.socks_username == nil and server.socks_password == nil) and
|
||||
"password" or "noauth",
|
||||
"noauth" or "password",
|
||||
accounts = {
|
||||
{
|
||||
user = (server.socks_username == nil) and "" or
|
||||
|
Loading…
Reference in New Issue
Block a user