mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-05 10:47:32 +03:00
16 lines
196 B
JSON
16 lines
196 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"type": "sudoku",
|
|
"listen": "::",
|
|
"listen_port": 443,
|
|
"key": "your-secret-key"
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct"
|
|
}
|
|
]
|
|
}
|