添加 Others/hysteria2/clash-meta配置.md

This commit is contained in:
iProbe 2024-06-12 18:31:23 +08:00
parent a91d871921
commit a3a00da03d

View file

@ -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
```