From a5c884efd07dc2b27eb54e613ae31f71fc68c934 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Sun, 10 Dec 2023 00:46:46 +0530 Subject: [PATCH] updated question count --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index af77d84..10ed440 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,7 +22,7 @@ fn main() { recursion_avail: false, reserved: 0, rcode: 0, - question_records: 0, + question_records: 1, answer_records: 0, authority_records: 0, additional_records: 0,