./sb33 run -c config.json
{
“inbounds”: [
{
“type”: “hysteria2”,
“tag”: “hy2-in”,
“listen”: “::”,
“listen_port”: 9505,
“users”: [
{
“name”: “admin”,
“password”: “963.8520”
}
],
“tls”: {
“enabled”: true,
“server_name”: “wb-aaa-9505.nnnn.nyc.mn”,
“key_path”: “/home/container/g/zs/nnnn.nyc.mn.key”,
“certificate_path”: “/home/container/g/zs/nnnn.nyc.mn.cer”
}
}
],
“outbounds”: [
{
“type”: “direct”,
“tag”: “direct”
}
]
}