1
0
Fork 0
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:
Matthias Hannig 2017-07-14 15:45:40 +02:00
parent ebc9177c86
commit d5f9f7b94f

View file

@ -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.