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
- Host: GitHub
- URL: https://github.com/astrixgame/dns-server
- Owner: astrixgame
- License: apache-2.0
- Created: 2024-09-08T15:03:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T15:47:36.000Z (over 1 year ago)
- Last Synced: 2025-01-22T15:45:33.709Z (over 1 year ago)
- Topics: dns, selfhosted, server
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.