update
This commit is contained in:
parent
1d08d6047e
commit
a465de2bb9
@ -23,9 +23,7 @@
|
||||
"tls": {
|
||||
"enabled": true,
|
||||
"server_name": "你的tls域名",
|
||||
"alpn": [
|
||||
"h3"
|
||||
],
|
||||
"alpn": ["h3"],
|
||||
"key_path": "/etc/sing-box/tls/server.key",
|
||||
"certificate_path": "/etc/sing-box/tls/server.crt"
|
||||
}
|
||||
|
||||
@ -40,11 +40,9 @@
|
||||
"tls": {
|
||||
"enabled": true,
|
||||
"server_name": "你的域名",
|
||||
"alpn": [
|
||||
"h3"
|
||||
],
|
||||
"key_path": "/etc/sing-box/tls/server.key",
|
||||
"certificate_path": "/etc/sing-box/tls/server.crt"
|
||||
"alpn": ["h3"],
|
||||
"key_path": "/etc/sing-box/tls/你的域名.key",
|
||||
"certificate_path": "/etc/sing-box/tls/你的域名.crt"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user