postgrey: add descriptions to IPv?CIDR
This commit is contained in:
parent
06bcdc177c
commit
e196ad2c66
@ -94,10 +94,12 @@ in {
|
|||||||
IPv4CIDR = mkOption {
|
IPv4CIDR = mkOption {
|
||||||
type = natural;
|
type = natural;
|
||||||
default = 24;
|
default = 24;
|
||||||
|
description = "Strip N bits from IPv4 addresses if lookupBySubnet is true";
|
||||||
};
|
};
|
||||||
IPv6CIDR = mkOption {
|
IPv6CIDR = mkOption {
|
||||||
type = natural;
|
type = natural;
|
||||||
default = 64;
|
default = 64;
|
||||||
|
description = "Strip N bits from IPv6 addresses if lookupBySubnet is true";
|
||||||
};
|
};
|
||||||
privacy = mkOption {
|
privacy = mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user