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

31 lines
523 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
}
}
],
"dns": {
"network": "udp",
"address": "223.5.5.5",
"port": 53
},
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}