refactor initial code and accept a UDP request

This commit is contained in:
Piper Pentagram 2025-07-08 13:03:11 -07:00
parent fb762b2aef
commit ee64c84ea4
10 changed files with 96 additions and 25 deletions

7
include/dns_request.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#include "dns_packets.h"
struct DNSRequest {
struct DNSPacketHeader header;
};