Add regex support to the "filter/grep" in the webui query-log. Implement it by starting and ending slashes (`/`). Example: `/-> (.+\.)*domain\.com\.$/`. (Show all forwarding log messages for `domain.com` or/and any sub-domains of it).
Add regex support to the "filter/grep" in the webui query-log.
Implement it by starting and ending slashes (
/).Example:
/-> (.+\.)*domain\.com\.$/. (Show all forwarding log messages fordomain.comor/and any sub-domains of it).