Closed mspublic closed 2 months ago
I figured out how to choose escapers (using the route_upstream). But not auditors.
I will add an optional auditor
config option in escaper config, and it will overwrite the server side auditor
config if present.
One of the uses for this is so we can configure what sites are sent to icap/etc.
Thanks!
I am trying to determine the best way to choose an escaper based on domain. For instance if a connection is going to google.com I would like them to goto one auditor but if its yahoo.com goto a different auditor.
Thanks!