Re: DNS Enumeration Tutorial - Dig, Nslookup & Host

When i run dig hsploit.com it returns 0 authority and 1 additional, then is missing the question section and authority section below, when comparing to when you ran the same in your youtube video.
└─$ dig hsploit.com

; <<>> DiG 9.18.0-2-Debian <<>> hsploit.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58324
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;hsploit.com. IN A

;; ANSWER SECTION:
hsploit.com. 300 IN A 172.67.136.119
hsploit.com. 300 IN A 104.21.38.165

;; Query time: 24 msec
;; SERVER: 192.168.50.1#53(192.168.50.1) (UDP)
;; WHEN: Thu Mar 31 15:16:25 EDT 2022
;; MSG SIZE rcvd: 72

did I do something wrong or what is it showing when it does this ? Thanks for the fourm and video