readonlyrest:
   enable: true
   access_control_rules:
   - name: Full access with HTTP auth
     auth_key: admin:123456
     type: allow
   - name: "allow anything from ip"
     #hosts_local: ["10.0.0.0"]
     hosts: ["10.187.0.0/16"]
     type: allow

更多推荐