Skip to content
Snippets Groups Projects
Sergey Ivanov's avatar
Sergey Joseph Ivanov authored
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.
ba4f134e
History