mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"log": {
|
|
"level": "info"
|
|
},
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"type": "local",
|
|
"tag": "default"
|
|
}
|
|
]
|
|
},
|
|
"endpoints": [
|
|
{
|
|
"type": "tunnel-client",
|
|
"tag": "tunnel",
|
|
"uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937",
|
|
"key": "1c9b2ccf-b0c0-4c26-868d-a55a4edad3fe",
|
|
"outbound": {
|
|
"type": "vless",
|
|
"tag": "vless-out",
|
|
"server": "0.0.0.0",
|
|
"server_port": 8000,
|
|
"uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937",
|
|
"network": "tcp"
|
|
}
|
|
}
|
|
],
|
|
"inbounds": [
|
|
{
|
|
"type": "mixed",
|
|
"tag": "mixed-in",
|
|
"listen_port": 10000
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct-out"
|
|
},
|
|
{
|
|
"type": "dns",
|
|
"tag": "dns-out"
|
|
},
|
|
{
|
|
"type": "failover",
|
|
"tag": "f",
|
|
"outbounds": ["tunnel", "direct-out"],
|
|
"interrupt_exist_connections": false,
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"outbound": "f",
|
|
"override_tunnel_destination": "f79f7678-55e7-432d-a15f-6e8ab2b7fe13"
|
|
}
|
|
],
|
|
"final": "f",
|
|
"default_domain_resolver": "default",
|
|
"auto_detect_interface": true
|
|
}
|
|
} |