[GH-ISSUE #486] NXDOMAIN error #356

Closed
opened 2026-02-26 10:31:02 +03:00 by kerem · 4 comments
Owner

Originally created by @Mosesofmason on GitHub (Jul 17, 2021).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/486

Recently, I got NXDOMAIN error a lot, even for the naked domain.

$ dig @1.1.1.1 awsmppl.com

; <<>> DiG 9.11.26-RedHat-9.11.26-4.el8_4 <<>> @1.1.1.1 awsmppl.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 22730
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

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

;; AUTHORITY SECTION:
com.                    900     IN      SOA     a.gtld-servers.net. nstld.verisign-grs.com. 1626527415 1800 900 604800 86400

;; Query time: 37 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Sat Jul 17 13:10:33 UTC 2021
;; MSG SIZE  rcvd: 113

Is everything OK or my mistake?

Originally created by @Mosesofmason on GitHub (Jul 17, 2021). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/486 Recently, I got NXDOMAIN error a lot, even for the naked domain. ``` $ dig @1.1.1.1 awsmppl.com ; <<>> DiG 9.11.26-RedHat-9.11.26-4.el8_4 <<>> @1.1.1.1 awsmppl.com ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 22730 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ;; QUESTION SECTION: ;awsmppl.com. IN A ;; AUTHORITY SECTION: com. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1626527415 1800 900 604800 86400 ;; Query time: 37 msec ;; SERVER: 1.1.1.1#53(1.1.1.1) ;; WHEN: Sat Jul 17 13:10:33 UTC 2021 ;; MSG SIZE rcvd: 113 ``` Is everything OK or my mistake?
kerem closed this issue 2026-02-26 10:31:02 +03:00
Author
Owner

@ThomasWaldmann commented on GitHub (Jul 18, 2021):

you need to ask the dns zone admin (I only administer nsupdate.info domain myself), see email address given on nsupdate.info for that base domain.

maybe point them to this issue, so other people can be informed also.

<!-- gh-comment-id:882119201 --> @ThomasWaldmann commented on GitHub (Jul 18, 2021): you need to ask the dns zone admin (I only administer `nsupdate.info` domain myself), see email address given on nsupdate.info for that base domain. maybe point them to this issue, so other people can be informed also.
Author
Owner

@Mosesofmason commented on GitHub (Jul 21, 2021):

Thanks, I have emailed the admin. But did not get an answer yet.

<!-- gh-comment-id:884132052 --> @Mosesofmason commented on GitHub (Jul 21, 2021): Thanks, I have emailed the admin. But did not get an answer yet.
Author
Owner

@ThomasWaldmann commented on GitHub (Apr 18, 2023):

Works now:

tw@mba2020 ~ % dig @1.1.1.1 awsmppl.com

; <<>> DiG 9.10.6 <<>> @1.1.1.1 awsmppl.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24563
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

;; ANSWER SECTION:
awsmppl.com.		600	IN	A	185.107.56.58

;; Query time: 47 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Wed Apr 19 00:01:01 CEST 2023
;; MSG SIZE  rcvd: 56
<!-- gh-comment-id:1513843159 --> @ThomasWaldmann commented on GitHub (Apr 18, 2023): Works now: ``` tw@mba2020 ~ % dig @1.1.1.1 awsmppl.com ; <<>> DiG 9.10.6 <<>> @1.1.1.1 awsmppl.com ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24563 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ;; QUESTION SECTION: ;awsmppl.com. IN A ;; ANSWER SECTION: awsmppl.com. 600 IN A 185.107.56.58 ;; Query time: 47 msec ;; SERVER: 1.1.1.1#53(1.1.1.1) ;; WHEN: Wed Apr 19 00:01:01 CEST 2023 ;; MSG SIZE rcvd: 56 ```
Author
Owner

@Mosesofmason commented on GitHub (Apr 28, 2023):

Ok, but I already switched to another domain 2 years ago :P

<!-- gh-comment-id:1527151544 --> @Mosesofmason commented on GitHub (Apr 28, 2023): Ok, but I already switched to another domain 2 years ago :P
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#356
No description provided.