nadoo / glider

glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glider.conf.example中vmess over ws的范例有错

shiikoe opened this issue · comments

https://github.com/nadoo/glider/blob/master/config/glider.conf.example

glider.conf.example中vmess over ws的范例有错,正确的应该是下面这个:

forward=ws://host:port[/path][?host=HOST],vmess://[security:]uuid@host:port[?alterID=num]

比如:

forward=ws://aaa.com:80/?host=bbb.com,vmess://chacha20-poly1305:ad7xxxxx-xxxx-xxxx-xxxx-edxxxxxxxxx@aaa.com:80?alterID=0

这样就可以正确识别了。

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.