Skip to content
Snippets Groups Projects
Commit d13a887f authored by b3ling's avatar b3ling
Browse files

switch 3 to a 4

parent d338d03e
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ while True:
#Send Header
byte_array += getId().to_bytes(2, "big")
# 00000100: QR --> RD
byte_array += (3).to_bytes(1, "big")
byte_array += (4).to_bytes(1, "big")
# 00000000: RA --> RCODE
byte_array += (0).to_bytes(1, "big")
# QDCOUNT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment