sing-box-manager/win_client/hysteria2.json
2023-09-08 16:30:31 +08:00

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"]
}
}
]
}