修改tls文件存放位置

This commit is contained in:
Olia Lisa
2025-12-31 01:10:52 +08:00
parent 4d3c9975fb
commit c86b1e54a6
4 changed files with 9 additions and 10 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{
"listen": ":8004",
"tls": {
"cert": "/etc/hysteria/server.crt",
"key": "/etc/hysteria/server.key"
"cert": "/tls/self-tls/server.crt",
"key": "/tls/self-tls/server.key"
},
"auth": {
"type": "password",
@@ -11,7 +11,7 @@
"obfs": {
"type": "salamander",
"salamander": {
"password": "bLa4AdWOoE57OdtwYa"
"password": "你的混淆密码"
}
},
"masquerade": {
+1 -1
View File
@@ -5,7 +5,7 @@
"你的域名"
],
"email": "你的邮箱",
"dir":"/acme",
"dir":"/tls/acme",
"type": "dns",
"dns": {
"name": "cloudflare",