修改tls文件存放位置
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"你的域名"
|
||||
],
|
||||
"email": "你的邮箱",
|
||||
"dir":"/acme",
|
||||
"dir":"/tls/acme",
|
||||
"type": "dns",
|
||||
"dns": {
|
||||
"name": "cloudflare",
|
||||
|
||||
Reference in New Issue
Block a user