bottom/sample_configs
Clement Tsang 90be9730a6
feature: Add network interface filtering (#381)
Adds a new option in the config file to filter out network interfaces.  Also add the option to filter by whole words.

Interface follows that of the existing ones:

```toml
[net_filter]
is_list_ignored = false
list = ["virbr0.*"]
regex = true
case_sensitive = false
whole_word = false
```
2021-01-01 18:09:28 -05:00
..
default_config.toml other: update default config.toml 2020-11-22 13:26:58 -05:00
demo_config.toml feature: Add network interface filtering (#381) 2021-01-01 18:09:28 -05:00