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: "/"
|
path: "/"
|
||||||
headers:
|
headers:
|
||||||
Host: example.com
|
Host: example.com
|
||||||
|
|
||||||
|
#hysteria
|
||||||
- name: "hysteria"
|
- name: "hysteria"
|
||||||
type: hysteria
|
type: hysteria
|
||||||
server: server.com
|
server: server.com
|
||||||
port: 443
|
port: 443
|
||||||
auth_str: yourpassword
|
auth_str: yourpassword
|
||||||
# obfs: obfs_str
|
# obfs: obfs_str
|
||||||
# alpn: h3
|
# alpn:
|
||||||
|
# - h3
|
||||||
protocol: udp # 支持 udp/wechat-video/faketcp
|
protocol: udp # 支持 udp/wechat-video/faketcp
|
||||||
up: "30 Mbps" # 若不写单位,默认为 Mbps
|
up: "30 Mbps" # 若不写单位,默认为 Mbps
|
||||||
down: "200 Mbps" # 若不写单位,默认为 Mbps
|
down: "200 Mbps" # 若不写单位,默认为 Mbps
|
||||||
|
@ -563,4 +566,4 @@ sub-rules:
|
||||||
sub-rule-name2:
|
sub-rule-name2:
|
||||||
- IP-CIDR,1.1.1.1/32,REJECT
|
- IP-CIDR,1.1.1.1/32,REJECT
|
||||||
- IP-CIDR,8.8.8.8/32,ss1
|
- IP-CIDR,8.8.8.8/32,ss1
|
||||||
- DOMAIN,dns.alidns.com,REJECT
|
- DOMAIN,dns.alidns.com,REJECT
|
||||||
|
|
Loading…
Reference in a new issue