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

[feature request] Add custom query type AAAA #5

Open
Bogdan107 opened this issue May 10, 2021 · 0 comments
Open

[feature request] Add custom query type AAAA #5

Bogdan107 opened this issue May 10, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Bogdan107
Copy link

Bogdan107 commented May 10, 2021

I have authoritative DNS-server, which hosts only AAAA type records, not A.
dnsmap scans only A type records.

I want option, like "--type", which helps to scan AAAA records too.

Examples:

dnsmap example.com                ; # select only A query type (by default)
dnsmap example.com --type A       ; # select only A query type
dnsmap example.com -4             ; # select only A query type
dnsmap example.com --type AAAA    ; # select only AAAA query type
dnsmap example.com -6             ; # select only AAAA query type
dnsmap example.com --type A,AAAA  ; # select A and AAAA query types
dnsmap example.com -4 -6          ; # select A and AAAA query types
@Bogdan107 Bogdan107 changed the title Domain zone [feature request] Add custom domain type AAAA May 10, 2021
@Bogdan107 Bogdan107 changed the title [feature request] Add custom domain type AAAA [feature request] Add custom query type AAAA May 10, 2021
@eribertomota eribertomota added enhancement New feature or request help wanted Extra attention is needed labels May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants