No description
Find a file
2025-12-26 18:43:44 +09:00
dig.py Initial commit 2025-12-26 18:43:44 +09:00
pyproject.toml Initial commit 2025-12-26 18:43:44 +09:00
README.md Initial commit 2025-12-26 18:43:44 +09:00

PyDNS

Small educational python implementation of DNS protocol. Prints information as the dig tool for easier comparison.

Usage

Simply run dig.py with 2 parameters, a nameserver (like 8.8.8.8 or your local router like 192.168.0.1) and the URL to lookup. Like the following:

python dig.py 8.8.8.8 codeberg.org