Skip to content
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

Does Envoy support TCP proxy? #684

Closed
abadiaharon opened this issue Apr 4, 2017 · 1 comment
Closed

Does Envoy support TCP proxy? #684

abadiaharon opened this issue Apr 4, 2017 · 1 comment
Labels
question Questions that are neither investigations, bugs, nor enhancements

Comments

@abadiaharon
Copy link

Hello can you please let me know if Envoy support TCP proxy? I saw that external clients can connect to the “Front” Envoy Edge Proxy using HTTP,TLS. Can you please let me know if there is any possibility for external clients to connect using TCP connection? Some kind of HAProxy replacement. For example:

Request tcp ip:port
0.0.0.0:7000
Forwarded tcp ip:port
192.168.1.11:8000

Thanks
Aharon

@mattklein123 mattklein123 added the question Questions that are neither investigations, bugs, nor enhancements label Apr 4, 2017
@mattklein123
Copy link
Member

Yes, Envoy supports TCP proxy. Overview with links to config details here: https://lyft.github.io/envoy/docs/intro/arch_overview/tcp_proxy.html

jpsim pushed a commit that referenced this issue Nov 28, 2022
Description: #9767 introduced the bazel option and #663 brought it into envoy mobile. This PR changes the bazel config for android to turn on the logger by default when building on android. It also updates a couple other stale flags and docs.
Risk Level: low
Testing: tested locally and saw logs

Fixes #34

Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this issue Nov 29, 2022
Description: #9767 introduced the bazel option and #663 brought it into envoy mobile. This PR changes the bazel config for android to turn on the logger by default when building on android. It also updates a couple other stale flags and docs.
Risk Level: low
Testing: tested locally and saw logs

Fixes #34

Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions that are neither investigations, bugs, nor enhancements
Projects
None yet
Development

No branches or pull requests

2 participants