54 lines
1013 B
JSON
54 lines
1013 B
JSON
{
|
|
"log": {
|
|
"level": "info",
|
|
"timestamp": true,
|
|
"output": "/var/log/sing-box/sing-box.log"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "hysteria2",
|
|
"tag": "hysteria2-in",
|
|
"listen": "::",
|
|
"listen_port": 8443,
|
|
"users": [
|
|
{
|
|
"name": "user1",
|
|
"password": "你的密码"
|
|
}
|
|
],
|
|
"obfs": {
|
|
"type": "salamander",
|
|
"password": "你的混淆密码"
|
|
},
|
|
"up_mbps": 50,
|
|
"down_mbps": 100,
|
|
"tls": {
|
|
"enabled": true,
|
|
"server_name": "你的域名",
|
|
"alpn": ["h3"],
|
|
"key_path": "/etc/sing-box/tls/self-tls/server.key",
|
|
"certificate_path": "/etc/sing-box/tls/self-tls/server.crt"
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"tag": "block"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"ip_is_private": true,
|
|
"outbound": "block"
|
|
}
|
|
],
|
|
"final": "direct"
|
|
}
|
|
}
|