https://github.com/3rd/godnsvalidator
https://github.com/3rd/godnsvalidator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/3rd/godnsvalidator
- Owner: 3rd
- Created: 2024-04-20T20:32:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T00:07:09.000Z (about 2 years ago)
- Last Synced: 2025-02-05T12:11:24.031Z (about 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**godnsvalidator** is a simple DNS server validator that replaces [dnsvalidator](https://github.com/vortexau/dnsvalidator).
Install:
```sh
go install -v github.com/3rd/godnsvalidator
```
Use:
```sh
wget https://github.com/trickest/resolvers/blob/main/resolvers-community.txt -O input.txt
godnsvalidator -servers input.txt -root example.com -timeout 1 -threads 20 -o resolvers.txt
```