mirror of
https://github.com/TheyCallMeSecond/sing-box-manager.git
synced 2024-11-16 19:56:10 +08:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"log": {
|
|
"level": "info",
|
|
"timestamp": true
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "mixed",
|
|
"tag": "mixed-in",
|
|
"listen": "127.0.0.1",
|
|
"listen_port": 1080
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "shadowsocks",
|
|
"tag": "st-out",
|
|
"method": "2022-blake3-chacha20-poly1305", //shadowsocks节点加密方式
|
|
"password": "NZew3ZrmZjxullszmAKtfu+pZh0F1dxnIPcwlaStjyI=", //shadowsocks节点密码
|
|
"detour": "shadowtls-out",
|
|
"multiplex": {
|
|
"enabled": true,
|
|
"max_connections": 4,
|
|
"min_streams": 4
|
|
}
|
|
},
|
|
{
|
|
"type": "shadowtls",
|
|
"tag": "shadowtls-out",
|
|
"server": "00.00.00.00", //你的VPS的IP
|
|
"server_port": 443, //shadowtls端口
|
|
"version": 3,
|
|
"password": "XTVsAyFnREiRn5hgrjUAu8a9dSsicFKYIJM+K8+Iv8g=", //shadowtls密码
|
|
"tls": {
|
|
"enabled": true,
|
|
"server_name": "www.apple.com", //握手服务器地址
|
|
"utls": {
|
|
"enabled": true,
|
|
"fingerprint": "chrome"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|