mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-06 00:22:44 +08:00
Update mg_check_ip_acl.md
This commit is contained in:
parent
a2d07ef983
commit
27986213aa
@ -13,7 +13,7 @@ Verifies given IP address against the ACL.
|
||||
Each subnet is
|
||||
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`,
|
||||
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
|
||||
is to allow all access. On each request the full list is traversed,
|
||||
and the last match wins. Example:
|
||||
|
Loading…
Reference in New Issue
Block a user