mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-12 05:12:06 +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
|
# catch anything else TLS
|
||||||
{ name: "tls"; host: "localhost"; port: "443"; },
|
{ name: "tls"; host: "localhost"; port: "443"; },
|
||||||
|
|
||||||
|
# Regex examples -- better use the built-in probes for real-world use!
|
||||||
# OpenVPN
|
# OpenVPN
|
||||||
{ name: "regex"; host: "localhost"; port: "1194"; regex_patterns: [ "^\x00[\x0D-\xFF]$", "^\x00[\x0D-\xFF]\x38" ]; },
|
{ name: "regex"; host: "localhost"; port: "1194"; regex_patterns: [ "^\x00[\x0D-\xFF]$", "^\x00[\x0D-\xFF]\x38" ]; },
|
||||||
# Jabber
|
# Jabber
|
||||||
|
Loading…
x
Reference in New Issue
Block a user