kayx23 commented on code in PR #9386:
URL: https://github.com/apache/apisix/pull/9386#discussion_r1179682170


##########
docs/en/latest/admin-api.md:
##########
@@ -1382,8 +1382,8 @@ Stream Route resource request address:  
/apisix/admin/stream_routes/{id}
 | ----------- | -------- | -------- | 
------------------------------------------------------------------- | 
----------------------------- |
 | upstream    | False    | Upstream | Configuration of the 
[Upstream](./terminology/upstream.md). |                               |
 | upstream_id | False    | Upstream | Id of the 
[Upstream](terminology/upstream.md) service.      |                             
  |
-| remote_addr | False    | IP/CIDR  | Filters Upstream forwards by matching 
with client IP.               | "127.0.0.1/32" or "127.0.0.1" |
-| server_addr | False    | IP/CIDR  | Filters Upstream forwards by matching 
with APISIX Server IP.        | "127.0.0.1/32" or "127.0.0.1" |
+| remote_addr | False    | IP/CIDR  | Filters Upstream forwards by matching 
with client IP.               | "127.0.0.1/32" or "127.0.0.1" or 
"::ffff:7f00:1" |

Review Comment:
   ```suggestion
   | remote_addr | False    | IPv4, IPv4 CIDR, IPv6  | Filters Upstream 
forwards by matching with client IP.               | "127.0.0.1" or 
"127.0.0.1/32" or "::ffff:7f00:1" |
   ```
   similar for the others 



-- 
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]

Reply via email to