An open API service indexing awesome lists of open source software.

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

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``