Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0zgen/dns-tester
🛠Test DNS speed reply with overage, min, max statistics
https://github.com/m0zgen/dns-tester
dns dns-test testing testing-tool
Last synced: about 1 month ago
JSON representation
🛠Test DNS speed reply with overage, min, max statistics
- Host: GitHub
- URL: https://github.com/m0zgen/dns-tester
- Owner: m0zgen
- Created: 2021-08-19T04:04:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T06:46:26.000Z (over 1 year ago)
- Last Synced: 2024-02-13T21:50:00.704Z (10 months ago)
- Topics: dns, dns-test, testing, testing-tool
- Language: Shell
- Homepage:
- Size: 1.32 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DNS query speed testing
* `test.sh` - is script which reading `my-dns.txt` file and test DNS with `dig` command
![](docs/test-dns.gif)
### Usage:
You can use this script with several parameters:
```bash
./test.sh my-dns.txt
```Also you can optionally set numbers of iterating tests (default is 3):
```bash
/test.sh my-dns.txt 4
```### Additional tools
You can use `dnseval`:
```bash
dnseval -f my-dns.txt -c 10 1.1.1.1
```Or `dnsping`:
```bash
dnsping.py -c 5 --dnssec --flags --tls -t AAAA -s 1.1.1.1 ripe.net
```Or `dnstrace`:
```bash
docker run redsift/dnstrace -n 50 -c 10 --server 1.1.1.1 --recurse ripe.net
```