https://github.com/vadyushkins/simple-dns-server
Simple DNS Server written in Python
https://github.com/vadyushkins/simple-dns-server
dns dns-server dnspython python-dns-server simple-dns-in-python
Last synced: about 1 year ago
JSON representation
Simple DNS Server written in Python
- Host: GitHub
- URL: https://github.com/vadyushkins/simple-dns-server
- Owner: vadyushkins
- License: mit
- Created: 2021-05-25T18:24:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T08:58:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T09:25:27.471Z (over 1 year ago)
- Topics: dns, dns-server, dnspython, python-dns-server, simple-dns-in-python
- Language: Python
- Homepage:
- Size: 9.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
simple-dns-server
=========
.. image:: https://github.com/vdshk/simple-dns-server-py/actions/workflows/lint.yml/badge.svg
:target: https://github.com/vdshk/simple-dns-server-py/actions/workflows/lint.yml
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
.. image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://github.com/vdshk/simple-dns-server-py/blob/main/LICENSE
Simple DNS Server written in Python
.. image:: img/example.gif
************
Requirements
************
``pip install -r requirements.txt``
***
Try
***
In one terminal tab enter:
``sudo python3 main.py``
In another terminal tab enter:
``dig @127.0.0.1``