https://github.com/ak9999/dnsutils
A repo where I store code for teaching myself about DNS.
https://github.com/ak9999/dnsutils
dns dnspython python3
Last synced: 26 days ago
JSON representation
A repo where I store code for teaching myself about DNS.
- Host: GitHub
- URL: https://github.com/ak9999/dnsutils
- Owner: ak9999
- Created: 2019-03-14T00:20:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-05T17:37:37.000Z (6 months ago)
- Last Synced: 2025-08-05T19:30:10.582Z (6 months ago)
- Topics: dns, dnspython, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dnsutils
Utilities for retrieving DNS records or working with the DNS protocol.
### Requirements
Python 3.7 and `dnspython` are required to run the code in this repo.