vinitshahdeo/PortScanner

[Feature] DNS Record Viewer

開放

#65 建立於 2020年8月17日

 (4 則留言) (0 個反應) (1 位負責人)Python (122 個分叉)auto 404
enhancementhacktoberfestleapcodemedium

倉庫指標

星標
 (150 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

For a given hostname, fetch all the available DNS Records given below:

Record type Record contains
'A' IPv4 addresses (default)
'AAAA' IPv6 addresses
'ANY' any records
'CNAME' canonical name records
'MX' mail exchange records
'NAPTR' name authority pointer records
'NS' name server records
'PTR' pointer records
'SOA' start of authority records
'SRV' service records
'TXT' text records

Additional task: Explain briefly about all the records in UI.

貢獻者指南