mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
52 lines
902 B
JSON
52 lines
902 B
JSON
{
|
|
"log": {
|
|
"level": "error"
|
|
},
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"type": "local",
|
|
"tag": "default"
|
|
}
|
|
]
|
|
},
|
|
"endpoints": [
|
|
{
|
|
"type": "vpn-client",
|
|
"tag": "vpn",
|
|
"address": "10.0.0.2",
|
|
"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": 7897
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct-out"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"outbound": "vpn",
|
|
"override_gateway": "10.0.0.3"
|
|
}
|
|
],
|
|
"final": "direct-out",
|
|
"auto_detect_interface": true
|
|
}
|
|
} |