kayx23 commented on issue #11701:
URL: https://github.com/apache/apisix/issues/11701#issuecomment-2451497783
It is expected that stream mode (L4 proxy) is not enabled by default.
To enable it along with the HTTP proxy, update your `config.yaml` file with
something like this
```yaml
proxy_mode: http&stream
stream_proxy:
tcp:
- 9100 # your L4 listening port
```
and reload APISIX.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]