From a3a00da03da8cc1cfbd0303e02dfd15d946d672c Mon Sep 17 00:00:00 2001 From: iProbe Date: Wed, 12 Jun 2024 18:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Others/hysteria2/clash-met?= =?UTF-8?q?a=E9=85=8D=E7=BD=AE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Others/hysteria2/clash-meta配置.md | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Others/hysteria2/clash-meta配置.md diff --git a/Others/hysteria2/clash-meta配置.md b/Others/hysteria2/clash-meta配置.md new file mode 100644 index 0000000..01a367f --- /dev/null +++ b/Others/hysteria2/clash-meta配置.md @@ -0,0 +1,32 @@ +## 与hysteria2相关部分 +```yaml +# 主要部分,proxy配置 +proxies: + - {"name":"access","type":"hysteria2","server":"vpn.example.com","port":443,"password":"87G9MoaEyqlNGzIzkiy3eMKk","skip-cert-verify":true} +``` + +## 简略完整版 +```yaml +port: 7890 +socks-port: 1080 + +proxies: + - name: "hysteria" + type: hysteria + server: example.com + port: 36712 + password: 87G9MoaEyqlNGzIzkiy3eMKk + obfs: fuck me till the daylight + skip-cert-verify: true + +proxy-groups: + - name: PROXY + type: select + proxies: + - hysteria + + +rules: + - MATCH,PROXY + +``` \ No newline at end of file