From e9d3659ef41b9b5fd5e7cc7bd04ae3fc07850044 Mon Sep 17 00:00:00 2001 From: radhitya Date: Wed, 24 Jun 2026 18:47:02 +0700 Subject: lot of works, i guess --- internal/dns/question.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 internal/dns/question.go (limited to 'internal/dns/question.go') diff --git a/internal/dns/question.go b/internal/dns/question.go new file mode 100644 index 0000000..101cb0a --- /dev/null +++ b/internal/dns/question.go @@ -0,0 +1,7 @@ +package dns + +type Question struct { + Name Name + Type uint16 + Class uint16 +} -- cgit v1.2.3