Commit 27986213 authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_check_ip_acl.md

parent a2d07ef9
...@@ -13,7 +13,7 @@ Verifies given IP address against the ACL. ...@@ -13,7 +13,7 @@ Verifies given IP address against the ACL.
Each subnet is Each subnet is
prepended by either a - or a + sign. A plus sign means allow, where a prepended by either a - or a + sign. A plus sign means allow, where a
minus sign means deny. If a subnet mask is omitted, such as `-1.2.3.4`, minus sign means deny. If a subnet mask is omitted, such as `-1.2.3.4`,
this means to deny only that single IP address. it means that only that single IP address is denied.
Subnet masks may vary from 0 to 32, inclusive. The default setting Subnet masks may vary from 0 to 32, inclusive. The default setting
is to allow all access. On each request the full list is traversed, is to allow all access. On each request the full list is traversed,
and the last match wins. Example: and the last match wins. Example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment