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

https://github.com/astrixgame/dns-server

This is base of the Core of DNS Server
https://github.com/astrixgame/dns-server

dns selfhosted server

Last synced: over 1 year ago
JSON representation

This is base of the Core of DNS Server

Awesome Lists containing this project

README

          

# Base DNS Server
This is base of the Core of DNS Server, just for experimenting or further developing.

## 🛠️ Compile & run
```bash
gcc main.c -o dnsserver && ./dnsserver
```

## 🧑🏻‍💻 Test
```bash
dig some.domain.com @127.0.0.1 +tcp
```

## 🛠️ Tech Stack
- [C lang](https://en.wikipedia.org/wiki/C_(programming_language))

## ➤ License
Distributed under the Apache License. See [LICENSE](LICENSE) for more information.