Fix
Some checks are pending
Docker hub build / docker (push) Waiting to run

This commit is contained in:
A B
2024-10-26 12:38:50 +00:00
parent a1ff998b68
commit 75126b09ff

View File

@ -15,7 +15,7 @@ def shadowsocks(request, link):
"password": server_user.password,
"method": server_user.method,
"prefix": "\u0005\u00dc_\u00e0\u0001",
"server": acl.server.client_server_name,
"server": acl.server.client_hostname,
"server_port": server_user.port,
"access_url": server_user.access_url,
}