renanbastos93 / dns-recursive

This is a POC to test DNSR lib. In the future, I wish to implement a recursive DNS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dns-recursive

This is a POC to test DNSR lib

Getting starter

$ git clone https://github.com/renanbastos93/dns-recursive.git
$ cd dns-recursive
$ go get go get github.com/domainr/dnsr
$ go run main.go

In the future

We plan to create a resolver recursive DNS, it was think some slices to implement it.

Todo

  • Dynamic cache
    • Expire
    • Mutex
    • Clean data
  • Recursive Resolver

Suggestions

Here we go comment some suggestion to implement this lib

  • wrap to libunbound or others
  • using net library with lookup methods
  • using context library with the library miek/dns

About

This is a POC to test DNSR lib. In the future, I wish to implement a recursive DNS


Languages

Language:Go 100.0%