Files
shell-scripts/1-代理Xray/v2ray-Socks5/sock5代理服务器.json
2025-07-10 16:49:54 +08:00

25 lines
420 B
JSON

{
"inbounds": [
{
"protocol": "socks",
"port": 28888,
"listen": "0.0.0.0",
"settings": {
"auth": "password",
"accounts": [
{
"user": "zeaslity",
"pass": "cd28a746-283e-47cc-88f7-bb43d7f6b53a"
}
],
"udp": true,
"userLevel": 0
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}