Hello can you please let me know if Envoy ( https://lyft.github.io/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