60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"log": {
|
|
"level": "info",
|
|
"timestamp": true,
|
|
"output": "/var/log/sing-box/sing-box.log"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "hysteria2",
|
|
"tag": "hysteria2-in",
|
|
"listen": "::",
|
|
"listen_port": 8443,
|
|
"obfs": {
|
|
"type": "salamander",
|
|
"password": "你的混淆密码"
|
|
},
|
|
"users": [
|
|
{
|
|
"name": "user1",
|
|
"password": "你的密码"
|
|
}
|
|
],
|
|
"up_mbps": 50,
|
|
"down_mbps": 100,
|
|
"tls": {
|
|
"enabled": true,
|
|
"server_name": "你的域名",
|
|
"alpn": ["h3"],
|
|
"acme": {
|
|
"domain": ["你的域名"],
|
|
"email": "你的邮箱",
|
|
"data_directory": "/etc/sing-box/tls/acme",
|
|
"dns01_challenge": {
|
|
"provider": "cloudflare",
|
|
"api_token": "你的Cloudflare_API_Token"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"tag": "block"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"ip_is_private": true,
|
|
"outbound": "block"
|
|
}
|
|
],
|
|
"final": "direct"
|
|
}
|
|
} |