Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
27986213
Commit
27986213
authored
Jul 22, 2016
by
Evelyn
Committed by
GitHub
Jul 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mg_check_ip_acl.md
parent
a2d07ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mg_check_ip_acl.md
docs/c-api/net.h/mg_check_ip_acl.md
+1
-1
No files found.
docs/c-api/net.h/mg_check_ip_acl.md
View file @
27986213
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment