No description
This repository has been archived on 2026-05-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-08-28 22:11:50 +02:00
src feat: implement handle_query function and refactor main for improved DNS query handling 2025-08-28 22:11:50 +02:00
.gitignore initial commit: added get, read and read_u16 for bytepacketbuffer 2025-07-12 07:28:12 +02:00
Cargo.lock initial commit: added get, read and read_u16 for bytepacketbuffer 2025-07-12 07:28:12 +02:00
Cargo.toml initial commit: added get, read and read_u16 for bytepacketbuffer 2025-07-12 07:28:12 +02:00
query_packet.dump finished read_qname method 2025-07-15 22:42:32 +02:00
query_packet.txt finished read_qname method 2025-07-15 22:42:32 +02:00
README.md initial commit: added get, read and read_u16 for bytepacketbuffer 2025-07-12 07:28:12 +02:00
response_packet.dump finished read_qname method 2025-07-15 22:42:32 +02:00
response_packet.txt finished read_qname method 2025-07-15 22:42:32 +02:00

Building a DNS server in Rust

This repo contains my implementation of https://github.com/EmilHernvall/dnsguide