Skip to content
  • Sergey Joseph Ivanov's avatar
    ba4f134e
    support for HOSTS {ALLOW|DENY} lists · ba4f134e
    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
    support for HOSTS {ALLOW|DENY} lists
    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.
Loading