添加 Others/hysteria2/clash-meta配置.md
This commit is contained in:
parent
a91d871921
commit
a3a00da03d
1 changed files with 32 additions and 0 deletions
32
Others/hysteria2/clash-meta配置.md
Normal file
32
Others/hysteria2/clash-meta配置.md
Normal 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
|
||||||
|
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue