Update mg_check_ip_acl.md

This commit is contained in:
Evelyn 2016-07-22 15:23:11 +01:00 committed by GitHub
parent a2d07ef983
commit 27986213aa

View File

@ -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: