-
Notifications
You must be signed in to change notification settings - Fork 370
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
Hysteria2 in sslh-ev #478
Comments
|
Although it solved my problem, and services are all running on 443, why does it show udp not supported in fork mode? I am using ev, is this some kind of warning? |
The message "UDP not (yet?) supported in sslh-fork" is printed by |
my sslh-ev compiling and installing After
Configuration file
Also, I wanted to know, if I move |
@yrutschle Should I close this issue? |
Not unless it's solved :-)
No. For the rest, I am a bit confused. Literally, the "UDP not supported" string is in
|
If it is there, and not in fork, then either I am running sslh fork, or compiled ev in a wrong way. I explained what I did for compiling in the link I provided before. |
The only potential flaw I see here is depending on I suppose you can try to investigate:
|
Found the problem, cp did not replace the sslh in /usr/sbin, sslh-ev was in /usr/local/sbin as sslh . rm the sslh in /usr/sbin and cp ev from the /usr/local/sbin to it.
|
Sometimes the best of us commit the oldest mistakes in the book... :-) |
I know the issue closed, and i read the docs once, but I don't remember exactly, ev is for large setup. But does ev perform better than fork in all scenarios? |
Hello,
I am using ev version as service, defined two listen 443 and 443 is_udp.
Tried udp forward in expample.cfg(regex pattern hello), anyprot, anyprot with is_udp.
For all of them, service status shows UDP not supported in fork mode(yet?) twice. One time a white line, second one in red.
The only protocol which has fork switch is ssh, first defined protocol in protocol section.
I am trying to forward Hysteria2, which is based on udp, however it has tls and obfs features which I don't understand how it implemented them in udp.
The text was updated successfully, but these errors were encountered: