You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to add support control characters and/or regex in logs section of frontend. For example:
search for all domains beginning with blog.: ^blog. or ^blog\.
search for all domains ending in .org.zm: .org.zm$ or \.org\.zm$
search for custom domains without extension (localhost, local etc.).: ^[^.]+$
search for only IDN domains: [^\x00-\x7F]
search for domains beginning with adtrack., adtracking. and adtracker. - more that one subdomain in one query: ^adtrack(er|ing)?[0-9]*[_.-]
etc.
I know that we have one general ticket for logs improvements and we can merge it. But please think about this function before as separate feature request😂
Thank you😙
Best regards.
The text was updated successfully, but these errors were encountered:
Hello,
I propose to add support control characters and/or regex in logs section of frontend. For example:
^blog.
or^blog\.
.org.zm$
or\.org\.zm$
^[^.]+$
[^\x00-\x7F]
^adtrack(er|ing)?[0-9]*[_.-]
etc.
I know that we have one general ticket for logs improvements and we can merge it. But please think about this function before as separate feature request😂
Thank you😙
Best regards.
The text was updated successfully, but these errors were encountered: