A DNS Relay Server Implementation with C
- User Host File supported
- Mutithreading with thread pool
- LRU Cache combined with Trie Tree + SQLite
- Mutiple Debug level log supported
dns_relay/
|-- include/ # headers
|-- src/ # sources code
| |-- common/ # cross-platform codes
| |-- linux/ # codes for Linux
| |-- windows/ # codes for Windows
|-- Makefile # Makefile
|-- README.md # README
Build:
make