mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-14 08:51:29 +08:00
parent
7cd7a96242
commit
2649d1cf1b
@ -35,10 +35,10 @@ apisix:
|
||||
stream_proxy: # TCP/UDP proxy
|
||||
tcp: # TCP proxy address list
|
||||
- 9100
|
||||
- 127.0.0.1:9101
|
||||
- "127.0.0.1:9101"
|
||||
udp: # UDP proxy address list
|
||||
- 9200
|
||||
- 127.0.0.1:9211
|
||||
- "127.0.0.1:9211"
|
||||
```
|
||||
|
||||
## How to set route?
|
||||
|
@ -35,10 +35,10 @@ apisix:
|
||||
stream_proxy: # TCP/UDP proxy
|
||||
tcp: # TCP proxy address list
|
||||
- 9100
|
||||
- 127.0.0.1:9101
|
||||
- "127.0.0.1:9101"
|
||||
udp: # UDP proxy address list
|
||||
- 9200
|
||||
- 127.0.0.1:9211
|
||||
- "127.0.0.1:9211"
|
||||
```
|
||||
|
||||
## 如何设置 route ?
|
||||
|
Loading…
Reference in New Issue
Block a user