mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 08:52:47 +03:00
58 lines
961 B
JSON
58 lines
961 B
JSON
{
|
|
"log": {
|
|
"level": "error"
|
|
},
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"type": "local",
|
|
"tag": "default"
|
|
}
|
|
]
|
|
},
|
|
"endpoints": [
|
|
{
|
|
"type": "wireguard",
|
|
"tag": "wireguard-out",
|
|
"mtu": 1408,
|
|
"address": null,
|
|
"private_key": "",
|
|
"listen_port": 10000,
|
|
"peers": [
|
|
{
|
|
"address": "example.com",
|
|
"port": 10001,
|
|
"reserved": "AAAA"
|
|
}
|
|
],
|
|
"udp_timeout": "5m0s",
|
|
"amnezia": {
|
|
"jc": 120,
|
|
"jmin": 23,
|
|
"jmax": 911,
|
|
"h1": 1,
|
|
"h2": 2,
|
|
"h3": 3,
|
|
"h4": 4
|
|
}
|
|
}
|
|
],
|
|
"inbounds": [
|
|
{
|
|
"type": "mixed",
|
|
"tag": "mixed-in",
|
|
"listen_port": 7897
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
},
|
|
],
|
|
"route": {
|
|
"final": "wireguard-out",
|
|
"default_domain_resolver": "default",
|
|
"auto_detect_interface": true
|
|
}
|
|
} |