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.
- Host: GitHub
- URL: https://github.com/jmpotato/dns_relay_server
- Owner: JmPotato
- License: mit
- Created: 2019-02-26T12:20:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T16:20:30.000Z (over 6 years ago)
- Last Synced: 2025-01-23T00:29:08.557Z (about 1 year ago)
- Topics: dns, dns-server, mutilthread, socket, udp
- Language: Python
- Size: 61.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS_Relay_Server
Yet another another DNS relay server.
实验要点:
- 中继查询功能 √
- 本地查询功能 √
- 域名屏蔽功能 √
- 多线程 √
- 服务器持续运行 √
- 解决ID冲突 √
说明:由于每次进行数据发送的 Socket 和线程都是独立的,所以不存在 ID 冲突问题。