Files
sing-box-extended-mirror/examples/parser/client.json
T

39 lines
712 B
JSON
Raw Normal View History

2025-07-06 18:31:06 +03:00
{
"log": {
"level": "error"
},
"dns": {
"servers": [
{
2025-08-15 12:56:52 +03:00
"type": "local",
"tag": "default"
2025-07-06 18:31:06 +03:00
}
]
},
"inbounds": [
{
"type": "mixed",
"tag": "mixed-in",
"listen_port": 7897
}
],
"outbounds": [
{
"type": "direct",
"tag": "direct"
2025-07-06 18:31:06 +03:00
},
{
"type": "parser",
2025-07-06 18:31:06 +03:00
"tag": "vless-out",
// Supported protocols: hysteria, hysteria2, shadowsocks, trojan, tuic, vless, vmess, anytls
"link": "vless://b5e41c8c-c437-4689-b863-76208a3efb4b@0.0.0.0:443?..."
2026-07-24 15:59:49 +03:00
// Dial Fields
2025-07-06 18:31:06 +03:00
}
],
"route": {
"final": "vless-out",
2025-08-15 12:56:52 +03:00
"default_domain_resolver": "default",
2025-07-06 18:31:06 +03:00
"auto_detect_interface": true
}
2026-07-24 15:59:49 +03:00
}