Skip to content

Console tool for getting dns records written in go

Notifications You must be signed in to change notification settings

playtini/dns-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tool for parsing dns records

Changes

  • removed '6' option

  • added 'dns-type' options (default - dnsTypeA)

    • dnsTypeA = 1
    • dnsTypeNS = 2
    • dnsTypeMX = 15
    • dnsTypeTXT = 16
    • dnsTypeAAAA = 28

Usage example

go build; ./dnsparser -v --dns-type=1 < ./input.txt > ./output.txt

input.txt - file with domain per line

About

Console tool for getting dns records written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages