This commit is contained in:
Olia Lisa 2025-12-29 22:08:39 +08:00
parent 1d08d6047e
commit a465de2bb9
2 changed files with 4 additions and 8 deletions

View File

@ -23,9 +23,7 @@
"tls": { "tls": {
"enabled": true, "enabled": true,
"server_name": "你的tls域名", "server_name": "你的tls域名",
"alpn": [ "alpn": ["h3"],
"h3"
],
"key_path": "/etc/sing-box/tls/server.key", "key_path": "/etc/sing-box/tls/server.key",
"certificate_path": "/etc/sing-box/tls/server.crt" "certificate_path": "/etc/sing-box/tls/server.crt"
} }

View File

@ -40,11 +40,9 @@
"tls": { "tls": {
"enabled": true, "enabled": true,
"server_name": "你的域名", "server_name": "你的域名",
"alpn": [ "alpn": ["h3"],
"h3" "key_path": "/etc/sing-box/tls/你的域名.key",
], "certificate_path": "/etc/sing-box/tls/你的域名.crt"
"key_path": "/etc/sing-box/tls/server.key",
"certificate_path": "/etc/sing-box/tls/server.crt"
} }
} }
], ],