mirror of
https://github.com/sonertari/SSLproxy
synced 2024-10-31 21:20:21 +00:00
6c988b0f4a
Now all connection oriented proxy options possible to specify per-proxyspec or globally can be specified in structured filtering rules to be selectively applied to connections too. One line filtering rules can specify filter and log actions only. For example, we can enable/disable user authentication, protocol validation, server ssl verification, and many other options per-connection, or configure SSL/TLS connection options per-connection. So, now we replace the conn_opts struct of a connection's ctx with the conn_opts struct of the matching structured filtering rule. (One line filtering rules have a NULL conn_opts, so we first check if the conn_opts is not NULL.) |
||
---|---|---|
.. | ||
check | ||
testproxy |