Update config.yaml
This commit is contained in:
parent
3a750588b8
commit
0c664f2f55
1 changed files with 5 additions and 2 deletions
|
@ -391,13 +391,16 @@ proxies:
|
|||
path: "/"
|
||||
headers:
|
||||
Host: example.com
|
||||
|
||||
#hysteria
|
||||
- name: "hysteria"
|
||||
type: hysteria
|
||||
server: server.com
|
||||
port: 443
|
||||
auth_str: yourpassword
|
||||
# obfs: obfs_str
|
||||
# alpn: h3
|
||||
# alpn:
|
||||
# - h3
|
||||
protocol: udp # 支持 udp/wechat-video/faketcp
|
||||
up: "30 Mbps" # 若不写单位,默认为 Mbps
|
||||
down: "200 Mbps" # 若不写单位,默认为 Mbps
|
||||
|
@ -563,4 +566,4 @@ sub-rules:
|
|||
sub-rule-name2:
|
||||
- IP-CIDR,1.1.1.1/32,REJECT
|
||||
- IP-CIDR,8.8.8.8/32,ss1
|
||||
- DOMAIN,dns.alidns.com,REJECT
|
||||
- DOMAIN,dns.alidns.com,REJECT
|
||||
|
|
Loading…
Reference in a new issue