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" - } - } -}