mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
49 lines
928 B
JSON
49 lines
928 B
JSON
{
|
|
"log": {
|
|
"level": "info"
|
|
},
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"type": "local",
|
|
"tag": "default"
|
|
}
|
|
]
|
|
},
|
|
"endpoints": [
|
|
{
|
|
"type": "tunnel-server",
|
|
"tag": "tunnel",
|
|
"uuid": "f79f7678-55e7-432d-a15f-6e8ab2b7fe13",
|
|
"users": [
|
|
{
|
|
"uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937",
|
|
"key": "1c9b2ccf-b0c0-4c26-868d-a55a4edad3fe"
|
|
}
|
|
],
|
|
"inbound": {
|
|
"type": "vless",
|
|
"tag": "vless-in",
|
|
"listen": "0.0.0.0",
|
|
"listen_port": 8000,
|
|
"users": [
|
|
{
|
|
"name": "vless",
|
|
"uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct-out"
|
|
}
|
|
],
|
|
"route": {
|
|
"final": "direct-out",
|
|
"default_domain_resolver": "default",
|
|
"auto_detect_interface": true
|
|
}
|
|
} |