zones/*.zone
- zone filesdns.py
- run local dns server
In order to run the dns server, run the following command: (sudo is required to use port 53 - default dns port)
sudo python3 dns.py
In other terminal, in order to test the dns server, run the following command:
dig teste.com @127.0.0.1
dig howcode.org @127.0.0.1