Files
sh/sing-box.json
2026-04-10 15:38:15 +08:00

27 lines
464 B
JSON

{
"log": {
"level": "info"
},
"inbounds": [
{
"type": "mixed",
"tag": "mixed-in",
"listen": "127.0.0.1",
"listen_port": 7890
}
],
"outbounds": [
{
"type": "socks",
"tag": "cpa",
"server": "89.106.78.36",
"server_port": 29999,
"username": "svefnz",
"password": "MMhEZDzJntX4Pbv3dn36we65eAZyz7Ib"
}
],
"route": {
"final": "cpa",
"auto_detect_interface": true
}
}