Add name filter feature (#48)

This uses a RE2 regexp to hide protocols which name matches the expression
This commit is contained in:
herver
2022-01-18 10:01:57 +01:00
committed by GitHub
parent 5a5dfbc93f
commit 26efeb4996
4 changed files with 47 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ Usage: all configuration is done via commandline parameters or environment varia
| --navbar-all-url | BIRDLG_NAVBAR_ALL_URL | the URL of "All servers" button (default "all") |
| --net-specific-mode | BIRDLG_NET_SPECIFIC_MODE | apply network-specific changes for some networks, use "dn42" for BIRD in dn42 network |
| --protocol-filter | BIRDLG_PROTOCOL_FILTER | protocol types to show in summary tables (comma separated list); defaults to all if not set |
| --name-filter | BIRDLG_NAME_FILTER | protocol names to hide in summary tables (RE2 syntax); defaults to none if not set |
Example: the following command starts the frontend with 2 BIRD nodes, with domain name "gigsgigscloud.dn42.lantian.pub" and "hostdare.dn42.lantian.pub", and proxies are running on port 8000 on both nodes.