Initial commit
This commit is contained in:
commit
a061edf3a7
3 changed files with 629 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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:
|
||||
|
||||
``` sh
|
||||
python dig.py 8.8.8.8 codeberg.org
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue