https://github.com/ameshkov/dnsutils
Just some simple DNS utils
https://github.com/ameshkov/dnsutils
Last synced: 12 months ago
JSON representation
Just some simple DNS utils
- Host: GitHub
- URL: https://github.com/ameshkov/dnsutils
- Owner: ameshkov
- License: mit
- Created: 2019-09-04T10:18:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T12:02:57.000Z (over 6 years ago)
- Last Synced: 2025-06-13T19:04:24.297Z (12 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS utils
## dnsload.py
Example: `python3 dnsload.py -s 8.8.8.8 -i 100`
```
$ python3 dnsload.py -h
Usage: dnsload.py [options]
Options:
-h, --help show this help message and exit
-s SERVER, --server=SERVER
DNS server address.
-i INTERVAL, --interval=INTERVAL
interval between DNS requests in milliseconds. Default
is 1000ms.
-c COUNT, --count=COUNT
count of requests. if not specified -- there's no
limit.
```