mirror of
https://github.com/TheyCallMeSecond/sing-box-manager.git
synced 2024-11-16 19:56:10 +08:00
30 lines
658 B
JSON
30 lines
658 B
JSON
{
|
|
"log": {
|
|
"level": "warn",
|
|
"timestamp": true
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "mixed",
|
|
"tag": "mixed-in",
|
|
"listen": "::",
|
|
"listen_port": 1080
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "hysteria2",
|
|
"tag": "hy2-out",
|
|
"server": "domain.com", //域名
|
|
"server_port": 10023, //监听端口
|
|
"up_mbps": 50, //上行速率
|
|
"down_mbps": 100, //下行速率
|
|
"password": "dzvpj0m62k6t", //认证密码
|
|
"tls": {
|
|
"enabled": true,
|
|
"server_name": "domain.com", //域名
|
|
"alpn": ["h3"]
|
|
}
|
|
}
|
|
]
|
|
} |