Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renanbastos93/dns-recursive
This is a POC to test DNSR lib. In the future, I wish to implement a recursive DNS
https://github.com/renanbastos93/dns-recursive
Last synced: 18 days ago
JSON representation
This is a POC to test DNSR lib. In the future, I wish to implement a recursive DNS
- Host: GitHub
- URL: https://github.com/renanbastos93/dns-recursive
- Owner: renanbastos93
- Created: 2019-10-08T19:40:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T03:10:22.000Z (about 5 years ago)
- Last Synced: 2024-10-06T16:41:11.187Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dns-recursive
This is a POC to test DNSR lib### Getting starter
```bash
$ 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