clarify regex examples are just examples

This commit is contained in:
Yves Rutschlé 2018-01-07 15:42:52 +00:00
parent fc9cb27746
commit bc72c4ac42

View File

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