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

https://github.com/jmpotato/dns_relay_server

Yet another another DNS relay server.
https://github.com/jmpotato/dns_relay_server

dns dns-server mutilthread socket udp

Last synced: 4 months ago
JSON representation

Yet another another DNS relay server.

Awesome Lists containing this project

README

          

# DNS_Relay_Server
Yet another another DNS relay server.

实验要点:
- 中继查询功能 √
- 本地查询功能 √
- 域名屏蔽功能 √
- 多线程 √
- 服务器持续运行 √
- 解决ID冲突 √

说明:由于每次进行数据发送的 Socket 和线程都是独立的,所以不存在 ID 冲突问题。