Fix documentation of user desc keyword exact search

pull/48/head
Soner Tari 3 years ago
parent 2b4cbd27fd
commit ec816e7db6

@ -344,16 +344,16 @@ For example, if the following rules are defined in a structured HTTPS proxyspec,
Pass from user soner desc android to cn .fbcdn.net* Pass from user soner desc android to cn .fbcdn.net*
The first filtering rule above splits but does not divert HTTPS connections The first filtering rule above splits but does not divert HTTPS connections
from the user soner who has logged in with a description containing the keyword from the user soner who has logged in with the description notebook to SSL
notebook to SSL sites with the SNI of example.com. Also, the rule specifies sites with the SNI of example.com. Also, the rule specifies that the packet
that the packet contents of the matching connection be written to content log contents of the matching connection be written to content log file configured
file configured globally. globally.
The second rule passes through HTTPS connections from the user soner who has The second rule passes through HTTPS connections from the user soner who has
logged in with a description containing the keyword android to SSL sites with logged in with the description android to SSL sites with the Common Names
the Common Names containing the substring .fbcdn.net anywhere in it (notice containing the substring .fbcdn.net anywhere in it (notice the asterisk at the
the asterisk at the end). Since connection contents cannot be written to log end). Since connection contents cannot be written to log files in passthrough
files in passthrough mode, the rule does not specify any log action. mode, the rule does not specify any log action.
The default filter action is Divert. So, if those are the only filtering rules The default filter action is Divert. So, if those are the only filtering rules
in that proxyspec, the other connections are diverted to the listening program in that proxyspec, the other connections are diverted to the listening program

Loading…
Cancel
Save