chore: update demo

This commit is contained in:
Skyxim 2022-11-26 19:48:16 +08:00
parent a5ae2e891c
commit 516623cbbb

View file

@ -432,7 +432,8 @@ proxies:
type: hysteria type: hysteria
server: server.com server: server.com
port: 443 port: 443
auth_str: yourpassword auth_str: yourpassword # 将会在未来某个时候删除
# auth-str: yourpassword
# obfs: obfs_str # obfs: obfs_str
# alpn: # alpn:
# - h3 # - h3
@ -441,12 +442,16 @@ proxies:
down: "200 Mbps" # 若不写单位,默认为 Mbps down: "200 Mbps" # 若不写单位,默认为 Mbps
# sni: server.com # sni: server.com
# skip-cert-verify: false # skip-cert-verify: false
#recv_window_conn: 12582912 # recv_window_conn: 12582912 # 将会在未来某个时候删除
#recv_window: 52428800 # recv-window-conn: 12582912
# recv_window: 52428800 # 将会在未来某个时候删除
# recv-window: 52428800
# ca: "./my.ca" # ca: "./my.ca"
#ca_str: "xyz" # ca_str: "xyz" # 将会在未来某个时候删除
# ca-str: "xyz"
# disable_mtu_discovery: false # disable_mtu_discovery: false
# fingerprint: xxxx # fingerprint: xxxx
# fast-open: true # 支持 TCP 快速打开,默认为 false
- name: "wg" - name: "wg"
type: wireguard type: wireguard