Skip to content

Replies should have the aa (Authoritative) flag set to true - #11

Open
lts-rad wants to merge 1 commit into
sysdream:masterfrom
lts-rad:patch-1
Open

Replies should have the aa (Authoritative) flag set to true#11
lts-rad wants to merge 1 commit into
sysdream:masterfrom
lts-rad:patch-1

Conversation

@lts-rad

Copy link
Copy Markdown
chashell 300 IN A [SERVERIP]
c 300 IN NS chashell.[DOMAIN].

The chanserv running at [SERVERIP] is an authoritative nameserver for chashell.[DOMAIN].

The message header reply should therefore have the 'aa' (Authoritative) flag set.

Without this flag, a strict recursive nameserver may block replies from reaching the client

```
chashell 300 IN A [SERVERIP]
c 300 IN NS chashell.[DOMAIN].
```
The chanserv unning at [SERVERIP] is an authoritative nameserver for chashell.[DOMAIN]. The message header reply should have the 'aa' (Authoritative) flag set. Without this flag set, a strict recursive nameserver may block replies from reaching the client. This was observed with DigitalOcean for example.
@lts-radlts-rad changed the title Replies should include Authoritative flag set to trueReplies should have the aa (Authoritative) flag set to trueApr 5, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@lts-rad