-
Notifications
You must be signed in to change notification settings - Fork 212
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
Docs (or detailed usage help) needed #96
Comments
@NEK-RA i am sorry for late reply, i can understand that your are frustrated when you encounter these problmes, i will try to add some detail docs about let me answer your questions one by one
first of all yes! the options for both listen_type and listen_type are and only are
no, udp will only be listened to if there is a value in udp_remotes
yes,ehco goes only to tcp_remotes and udp traffic goes only to udp_remotes?
yes , just pass empty array to udp_remotes or just don't pass this flag
yes and no, if you want to keep you pprof endpoint safe, you can use this flag too
|
It's not a problem :)
Then I guess there's some unnecessary output (or bug?) - in this screen as you see
Does it actual for both tcp and udp remote fields?
Well, I guess this part need for some explanation😅
So to use it I need to use it in next way: |
@NEK-RA
thanks, this is a bug and i fix this in a9b4ecc
added some explains for this flag, but in Chinese,Given that the majority of users are Chinese, but I will soon add instructions for the English version as well
|
Thanks, will wait it :) |
* https://github.com/Ehco1996/ehco: test: add ss bench doc: add simple readme en ctl: fix some bugs Docs (or detailed usage help) needed Ehco1996#96
help wanted |
closed as completed https://docs.ehco-relay.cc/ |
Hi.
Do you plan to add any docs to this package? Or at least usage details?
I don't know, may be most starred here has enough with basic example. I got
ehco
working too, but it's still not fully clear to me 😞In example, for me next things need for clarification:
For each relay config there are fields:
Which values here are acceptable? From readme it looks like
raw
,wss
andmwss
but is this right or there are any other values?How does
ehco
manage tcp and udp? Does it listen to both on interface and port specified inlisten
field of relay config?If yes, does
ehco
forward both tcp and udp to specified remote recievers? Does tcp traffic received byehco
goes only totcp_remotes
and udp traffic goes only toudp_remotes
?Do I correctly understand, that to forward only tcp traffic (for example) I need to pass empty array to
udp_remotes
for such relay in config? If I'm wrong then how?Does
web_token
required only for prometheus web monitor?What does exactly do
ehco install
? Fromehco --help
it's described as "install ehco systemd service". It sounds like ability to daemonize process, but what does it need exactly? Runningehco install --help
outputs next:Does it need to be used as putting install right after ehco in
ehco -c config.json
? Or it will use some default location for config? Or what? If it gives ability to create multiple systemd services based on multiple configs (ehco install -c configN.json
, where N for example is number from 1 to 5) then does it have any ability to give name for this service?Finally, many questions and no answers found 😞
The text was updated successfully, but these errors were encountered: