Commit 5970117
chore(release): v0.18.1
Two resolver fixes, both of which look like working DNS from outside.
#268 — a name pointed at a host answered an authoritative NOERROR with
no records, which a client treats as final. seo.rank, chovy.hacker and
alt.2600 were all unreachable while google.com resolved, so the machine
looked healthy. RECORD_TYPES never consulted a published A or AAAA for
an address question, and targetAddress() returned null for a hostname
with nothing picking up after it.
#267 — `dns enable` reported that a bridge already on the port "is being
used as-is" and then started a second daemon anyway, which bound
alongside it and took the queries the note promised to the first.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent ac3cf99 commit 5970117
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments