Update config.yaml
This commit is contained in:
parent
76a8fe3839
commit
8ba7ce73d8
1 changed files with 21 additions and 3 deletions
|
@ -436,7 +436,25 @@ proxies: # socks5
|
||||||
tls: true
|
tls: true
|
||||||
udp: true
|
udp: true
|
||||||
xudp: true
|
xudp: true
|
||||||
flow: xtls-rprx-vision # xtls-rprx-origin # enable XTLS
|
flow: xtls-rprx-vision
|
||||||
|
client-fingerprint: chrome
|
||||||
|
# fingerprint: xxxx
|
||||||
|
# skip-cert-verify: true
|
||||||
|
|
||||||
|
- name: "vless-reality-vision"
|
||||||
|
type: vless
|
||||||
|
server: server
|
||||||
|
port: 443
|
||||||
|
uuid: uuid
|
||||||
|
network: tcp
|
||||||
|
tls: true
|
||||||
|
udp: true
|
||||||
|
xudp: true
|
||||||
|
flow: xtls-rprx-vision
|
||||||
|
reality-opts:
|
||||||
|
server-name: www.microsoft.com
|
||||||
|
public-key: xxx
|
||||||
|
short-id: xxx
|
||||||
client-fingerprint: chrome
|
client-fingerprint: chrome
|
||||||
# fingerprint: xxxx
|
# fingerprint: xxxx
|
||||||
# skip-cert-verify: true
|
# skip-cert-verify: true
|
||||||
|
|
Loading…
Reference in a new issue