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