mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-05 10:47:32 +03:00
30 lines
557 B
JSON
30 lines
557 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"type": "mixed",
|
|
"listen": "127.0.0.1",
|
|
"listen_port": 1080
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "sudoku",
|
|
"server": "your-server.com",
|
|
"server_port": 443,
|
|
"key": "your-secret-key",
|
|
"tls": {
|
|
"enabled": true,
|
|
"fragment": true,
|
|
"fragment_fallback_delay": "300ms"
|
|
},
|
|
"http_mask": {
|
|
"enabled": true,
|
|
"mode": "stream",
|
|
"host": "cdn.example.com",
|
|
"path_root": "secret",
|
|
"multiplex": "auto"
|
|
}
|
|
}
|
|
]
|
|
}
|