更新配置模板
This commit is contained in:
parent
a465de2bb9
commit
cb5a025121
@ -3,23 +3,6 @@
|
||||
"level": "info",
|
||||
"timestamp": true
|
||||
},
|
||||
|
||||
"certificate": {
|
||||
"acme": {
|
||||
"domains": [
|
||||
"你的域名"
|
||||
],
|
||||
"email": "你的邮箱",
|
||||
"provider": "cloudflare",
|
||||
"dns": {
|
||||
"api_token": "你的cloudflare_api_token"
|
||||
},
|
||||
"disable_http_challenge": true,
|
||||
"disable_tls_alpn_challenge": true,
|
||||
"path": "/etc/sing-box/tls"
|
||||
}
|
||||
},
|
||||
|
||||
"inbounds": [
|
||||
{
|
||||
"type": "tuic",
|
||||
@ -41,8 +24,18 @@
|
||||
"enabled": true,
|
||||
"server_name": "你的域名",
|
||||
"alpn": ["h3"],
|
||||
"key_path": "/etc/sing-box/tls/你的域名.key",
|
||||
"certificate_path": "/etc/sing-box/tls/你的域名.crt"
|
||||
"acme": {
|
||||
"domain": [
|
||||
"你的域名"
|
||||
],
|
||||
"email": "你的邮箱",
|
||||
"provider": "cloudflare",
|
||||
"dns": {
|
||||
"cloudflare": {
|
||||
"api_token": "你的Cloudflare_API_Token"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user