ip-bouncer
ip-bouncer — A bouncer that authenticates based on remote IP address.
Properties
deny
A match rule for denying authentication. This uses the same syntax as the allow rules.
Type: string
Optional property. Multiple values allowed.
deny-default
Whether to default to denying authentication. Defaults to True, which is equivalent to Apache's 'Order Allow,Deny'
Type: bool
Optional property. Single values only.
allow
A match rule for allowing authentication. Match rules are IP blocks, such as 127.0.0.1/32.
Type: string
Optional property. Multiple values allowed.