membphis commented on a change in pull request #1767:
URL: https://github.com/apache/apisix-dashboard/pull/1767#discussion_r615393922



##########
File path: api/conf/conf.yaml
##########
@@ -17,10 +17,15 @@
 
 conf:
   listen:
-    host: 127.0.0.1     # `manager api` listening ip or host name
     port: 9000          # `manager api` listening port
   allow_list:           # If we don't set any IP list, then any IP access is 
allowed by default.
     - 127.0.0.0/24
+    - 10.0.0.0/8

Review comment:
       only one `127.0.0.0/24` is enough.
   
   we can add more comment to show how to set it




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to