From 33c4e7eabdcdff90b6401e7dac0724afd8f48b40 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Thu, 20 Nov 2025 19:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=B7=9F=E8=B8=AAconfig.json?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + config.json | 24 ------------------------ 2 files changed, 1 insertion(+), 24 deletions(-) create mode 100644 .gitignore delete mode 100644 config.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d344ba6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.json diff --git a/config.json b/config.json deleted file mode 100644 index 453be86..0000000 --- a/config.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "listen": ":8443", - "tls": { - "cert": "/etc/hysteria/server.crt", - "key": "/etc/hysteria/server.key" - }, - "auth": { - "type": "password", - "password": "你的密码" - }, - "masquerade": { - "type": "proxy", - "proxy": { - "url": "https://bing.com", - "rewriteHost": true - } - }, - "obfs": { - "type": "salamander", - "salamander": { - "password": "bLa4AdWOoE57OdtwYa" - } - } -}