7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
|
IP_WHITELIST {
|
||
|
type = "ip";
|
||
|
prefilter = "true";
|
||
|
map = "/${LOCAL_CONFDIR}/local.d/ip_whitelist.map";
|
||
|
action = "accept";
|
||
|
}
|