Streamline naming of filter list option
This commit is contained in:
@@ -141,7 +141,7 @@ Examples:
|
|||||||
|
|
||||||
// Filter list IDs
|
// Filter list IDs
|
||||||
err = config.Register(&config.Option{
|
err = config.Register(&config.Option{
|
||||||
Name: "Filterlists",
|
Name: "Filter List",
|
||||||
Key: CfgOptionFilterListKey,
|
Key: CfgOptionFilterListKey,
|
||||||
Description: "Filter connections by matching the endpoint against configured filterlists",
|
Description: "Filter connections by matching the endpoint against configured filterlists",
|
||||||
OptType: config.OptTypeStringArray,
|
OptType: config.OptTypeStringArray,
|
||||||
|
|||||||
Reference in New Issue
Block a user