mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
updated example config
This commit is contained in:
parent
ebc9177c86
commit
d5f9f7b94f
1 changed files with 7 additions and 2 deletions
|
@ -58,6 +58,11 @@ filter_fields = []
|
|||
|
||||
# Enable support for multitable configurations
|
||||
per_peer_tables = true
|
||||
peer_protocol_prefix = 'ID'
|
||||
pipe_protocol_prefix = 'P'
|
||||
|
||||
# Rewrite protocols:
|
||||
# Apply a regular expression match to the protocol
|
||||
peer_protocol_match = 'ID(.*)'
|
||||
# Use the capture groups as variables
|
||||
pipe_protocol_prefix = 'P$1'
|
||||
# See https://golang.org/pkg/regexp/#Regexp.Expand
|
||||
# for more information on how to use these variables.
|
||||
|
|
Loading…
Add table
Reference in a new issue