Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend regex extension ;querytype=... #1527

Merged
merged 3 commits into from
Feb 1, 2023

Commits on Jan 15, 2023

  1. Allow selection of multiple query types in regex extension, like "abc…

    …abc;querytype=HTTPS,SVCB"
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ffa4d33 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Print regex type hints only in debug mode

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8b9e6c6 View commit details
    Browse the repository at this point in the history
  2. New syntax: querytype=A accepts now also a list (like querytype=A,AAA…

    …A,MX). You can use the exclamation mark as before for inversion (querytype=!A) matches everything BUT type A queries. This has now been extended to be able to invert a list, too (like (querytype=!A,AAAA matches everything BUT A and AAAA queries)
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    49e1c74 View commit details
    Browse the repository at this point in the history