How to bulk configure Stream Proxy? #5652
Unanswered
zhangdongdong7
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It seems that we don't support configuring a continuous port range. Now the way to configure such huge port numbers is use the template for |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
官方文档说的,How to enable stream proxy?
apisix:
stream_proxy: # TCP/UDP proxy
tcp: # TCP proxy address list
- 9100
- "127.0.0.1:9101"
udp: # UDP proxy address list
- 9200
- "127.0.0.1:9211"
配置完成之后才去设置route,如果我有200个tcp端口,应该怎么优雅的实践呢?
Beta Was this translation helpful? Give feedback.
All reactions