Skip to content

Attempt at a Scala transaltion of CIRCL.LU's PyPDNS Python module

Notifications You must be signed in to change notification settings

jjo-sec/pdns-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pdns-scala

Attempt at a Scala translation of CIRCL.LU's PyPDNS Python module https://github.com/CIRCL/PyPDNS

Example Usage

    scala> import pdns.scala.ScalaPdns
    scala> pdns = new ScalaPdns("https://www.circl.lu/pdns/query","<circl_user>","<circl_passwd>")
    scala> results = pdns.query("google.com")
    res0: Array[pdns.scala.COFQueryResponse] = Array(COFQueryResponse(<count>,<time_first>,<time_last>,google.com,<rrtype>,<rdata>),...

About

Attempt at a Scala transaltion of CIRCL.LU's PyPDNS Python module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages