-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic when ws server address not set #229
Comments
something like: server:
note: client:
|
glider -verbose -listen "tls://:443?cert=/home/q.cer&key=/home/q.key,ws://@?host=nngm.xyz,trojanc://130987" 2021/02/13 17:53:20 group.go:182: [group] only 1 forwarder found, disable health checking goroutine 1 [running]: |
There's a bug in ws server, you can try the following to bypass it:
note: client:
|
and you'b better use nginx to handle tls and forward ws to glider:
server:
client:
|
trojanc://PASS@?fallback=127.0.0.1------------------skipVerify=true?? |
i have same ws issues,help me #270 |
How to use trojan with Websocket at the same time.
How to write client and server config?
** tls://host:port[?skipVerify=true],ws://[@/path[?host=HOST]],trojan://pass@host:port?cert=PATH&key=PATH[&fallback=127.0.0.1]
**
The text was updated successfully, but these errors were encountered: