mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-16 00:50:36 +03:00
clarify regex examples are just examples
This commit is contained in:
parent
fc9cb27746
commit
bc72c4ac42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user