tv iptables extraTypes: add Retiolum

This commit is contained in:
tv 2019-02-10 14:36:31 +01:00
parent 8371e21c10
commit bc534f38aa
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ let {
type = with types; listOf str;
default = [];
};
filter.Retiolum = mkOption {
type = with types; listOf str;
default = [];
};
};
};
};