-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
T-QuestionType: External question.Type: External question.
Milestone
Description
| 'Name server "{ns}" does not respond to an SOA query.', @_; |
see #1353 for name server vs nameserver
| 'Nameserver {ns} does not respond to NS queries over UDP.', @_; |
| 'Nameserver {ns} does not respond to SOA queries over UDP.', @_; |
| 'Nameserver {ns} does not respond to any queries over UDP.', @_; |
| 'Nameserver {ns} does not respond to NS queries over TCP.', @_; |
| 'Nameserver {ns} does not respond to SOA queries over TCP.', @_; |
| 'Nameserver {ns} does not respond to any queries over TCP.', @_; |
| 'SOA MNAME name server "{ns}" does not respond to an SOA query.', @_; |
Unlike most messages where zonemaster-engine has received a response and is able to critique what it receives, and can thus reasonable assert that what it got was what the server sent, when zonemaster-engine doesn't receive a response, it doesn't actually know if the server didn't receive the request, didn't send a response, or if the response was lost somewhere along the way.
It would be better to say:
Did not receive response to query for X via Y from name server {ns}
query for X via Y could be:
- NS queries over UDP
- NS queries over TCP
- SOA queries over UDP
- any queries over UDP
- NS queries over TCP
- any queries over TCP
- an SOA query
name server could be:
- name server
- SOA MNAME name server
Metadata
Metadata
Assignees
Labels
T-QuestionType: External question.Type: External question.