mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
doc: add vmess config in config example file
This commit is contained in:
parent
922462ffe8
commit
43a66b4d48
@ -31,7 +31,7 @@ Forward (local proxy client/upstream proxy server):
|
||||
- SS proxy(tcp&udp&uot)
|
||||
- SSR proxy(tcp)
|
||||
- VMess proxy(tcp)
|
||||
- TLS, use together with above proxy protocols(tcp)
|
||||
- TLS, use it together with above proxy protocols(tcp)
|
||||
|
||||
DNS Forwarding Server (udp2tcp):
|
||||
- Listen on UDP and forward dns requests to remote dns server in TCP via forwarders
|
||||
|
@ -77,6 +77,9 @@ listen=socks5://:1080
|
||||
# http proxy as forwarder
|
||||
# forward=http://1.1.1.1:8080
|
||||
|
||||
# vmess proxy as forwarder
|
||||
# forward=tls://1.1.1.1:443,vmess://5a146038-0b56-4e95-b1dc-5c6f5a32cd98@?alterID=2
|
||||
|
||||
|
||||
# FORWARDER CHAIN
|
||||
# ---------------
|
||||
|
Loading…
Reference in New Issue
Block a user