L7 module: Difference between revisions

Line 104: Line 104:
As of firmware 4.5:
As of firmware 4.5:
* HTTP URL: A HTTP hostname or fully qualified URL or parts of it can be specified. The configured URL will be be treated as a regular expression.
* HTTP URL: A HTTP hostname or fully qualified URL or parts of it can be specified. The configured URL will be be treated as a regular expression.
* TLS/QUIC SNI: Server name indication of TLS handshake (client hello). The given name will be treated as a regular expression. Example: example.com, domain(365){0,1}(.com|.net)
* TLS/QUIC SNI: Server name indication of TLS handshake (client hello). The given name will be treated as a regular expression. Example: example\.com, domain(365){0,1}(\.com|\.net)


Either IP addresses or ports may be left empty, but if both are defined, they must match together. So for a specific packet the source or destination IP must match any entry in the list of IP addresses and the source or destination port must match any entry in the list of ports.
Either IP addresses or ports may be left empty, but if both are defined, they must match together. So for a specific packet the source or destination IP must match any entry in the list of IP addresses and the source or destination port must match any entry in the list of ports.
340

edits