https://github.com/bernoussama/pydns
pydns
https://github.com/bernoussama/pydns
Last synced: 10 months ago
JSON representation
pydns
- Host: GitHub
- URL: https://github.com/bernoussama/pydns
- Owner: bernoussama
- Created: 2024-11-03T20:36:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T22:38:39.000Z (over 1 year ago)
- Last Synced: 2025-09-06T06:08:56.258Z (10 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pydns
A pure python DNS server prototype implementation.
## Features
- [x] Pure python
- [x] support DNS message compression
## Resources
[RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035)