From bc72c4ac42ddc4b4988ed287eeaa78af1baa6321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yves=20Rutschl=C3=A9?= Date: Sun, 7 Jan 2018 15:42:52 +0000 Subject: [PATCH] clarify regex examples are just examples --- example.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/example.cfg b/example.cfg index 18a1f0a..fd3cb1f 100644 --- a/example.cfg +++ b/example.cfg @@ -81,6 +81,7 @@ protocols: # catch anything else TLS { name: "tls"; host: "localhost"; port: "443"; }, +# Regex examples -- better use the built-in probes for real-world use! # OpenVPN { name: "regex"; host: "localhost"; port: "1194"; regex_patterns: [ "^\x00[\x0D-\xFF]$", "^\x00[\x0D-\xFF]\x38" ]; }, # Jabber