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