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

https://github.com/frostzt/dnspup

A toy implementation of a DNS Server which came in my dreams to tell me to make it production grade so WIP.
https://github.com/frostzt/dnspup

authoritative-dns cplusplus cpp dns dns-server

Last synced: 4 months ago
JSON representation

A toy implementation of a DNS Server which came in my dreams to tell me to make it production grade so WIP.

Awesome Lists containing this project

README

          

# DnsPup

A toy implementation of a DNS Server from scratch.

## How to run this?

1. Clone the project and do `make` to build the binary.
2. Once the binary is build simple run the binary by `./bin/dns_resolver`
3. The DNS resolver now runs on PORT `2053` and you can
start resolving your DNS queries.

Example `dig` using `dnspup`

`dig @localhost -p 2053 google.com A`