don't ask for recursion

This commit is contained in:
Mylloon 2023-07-04 09:41:06 +02:00
parent 27bdb229d2
commit ef472a9ba3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -39,7 +39,7 @@ let build ?(id = None) domain_name record_type =
(match id with
| Some i -> i
| None -> Random.int 65535)
; flags = 1 lsl 8
; flags = 0
; num_questions = 1
; num_answers = 0
; num_authorities = 0