update
This commit is contained in:
parent
c11f7a88a1
commit
eb9f894999
@ -3,6 +3,23 @@
|
||||
"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",
|
||||
@ -22,7 +39,7 @@
|
||||
"heartbeat": "10s",
|
||||
"tls": {
|
||||
"enabled": true,
|
||||
"server_name": "你的tls域名",
|
||||
"server_name": "你的域名",
|
||||
"alpn": [
|
||||
"h3"
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user