Skip to content
Snippets Groups Projects
Commit ba4f134e authored by Sergey Joseph Ivanov's avatar Sergey Joseph Ivanov
Browse files

support for HOSTS {ALLOW|DENY} lists

Hosts allow-deny lists are the coma or blank separated lists of
a dotted decimal IPv4 addresses of the form a.b.c.d. to match incoming machine’s IP address exactly,
or an 'ipaddr/n' where ipaddr is the IP address and n is the number of one bits in the netmask.
The first to occur match gives the result, skipping other rules.
If nothing matches IP is allowed.
parent bf8bc6d4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment