Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oezeb/dns-relay

Implements a basic dns relay server
https://github.com/oezeb/dns-relay

Last synced: 9 days ago
JSON representation

Implements a basic dns relay server

Awesome Lists containing this project

README

        

# dns-relay-server
Implements a basic dns relay server

The server when running listen to the dns port 53 for incomming request. For each request it tries to resolve the domain name using the local cache.txt.
When the requested IP is not found locally it relay the request to an outside server.