mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-08 12:14:54 +03:00
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"log": {
|
|
"level": "error"
|
|
},
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"type": "local",
|
|
"tag": "default"
|
|
}
|
|
]
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "mixed",
|
|
"tag": "mixed-in",
|
|
"listen_port": 7897
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"type": "vless",
|
|
"tag": "vless-out",
|
|
"server": "example.com",
|
|
"server_port": 443,
|
|
"uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937",
|
|
"packet_encoding": "",
|
|
"transport": {
|
|
"type": "mkcp",
|
|
"mtu": 1350, // 576-1460
|
|
"tti": 50, // 10-100, ms
|
|
"uplink_capacity": 12, // MB/s
|
|
"downlink_capacity": 100, // MB/s
|
|
"congestion": false,
|
|
"read_buffer_size": 1, // MB
|
|
"write_buffer_size": 1, // MB
|
|
"header_type": "none", // none, srtp, utp, wechat-video, dtls, wireguard
|
|
"seed": "password"
|
|
}
|
|
}
|
|
],
|
|
"route": {
|
|
"final": "vless-out",
|
|
"default_domain_resolver": "default",
|
|
"auto_detect_interface": true
|
|
}
|
|
} |