diff --git a/config/config.template.ini b/config/config.template.ini index 0bfe019..ee1e66d 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -70,25 +70,6 @@ filter_range_end = 9999999 # Using Description (0|1) idDescribed = 0 - -[Filters] -# RegEX Filter Configuration -# http://www.regexr.com/ - RegEX Test Tool an Documentation -# No Filter for a Typ/Plugin Combination = all Data pass -# INDIVIDUAL_NAME = TYP;DATAFIELD;PLUGIN;FREQUENZ;REGEX -# TYP = the Data Typ (FMS|ZVEI|POC) -# DATAFIELD = the field of the Data Array (See interface.txt) -# PLUGIN = the name of the Plugin to call with this Filter (* for all) -# FREQUENZ = the Frequenz to use the Filter (for more SDR Sticks (* for all)) -# REGEX = the RegEX - -# only ZVEI to all Plugins with 25### at 85.5MHz -#testfilter = ZVEI;zvei;*;85500000;25[0-9]{3} - -# only POCSAG to MySQL with the text "ALARM:" in the Message -#pocTest = POC;msg;MySQL;*;ALARM: - - [Plugins] # can take on or off the plugins (0|1) MySQL = 0