mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-05 18:57:30 +03:00
18 lines
264 B
JSON
18 lines
264 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"
|
|
}
|
|
]
|
|
}
|