Block a user
fix: distinguish timeout from negative DNS responses (closes #35)
Rewrite SETUP_CHECKLIST.md: replace checklists with paste-able agent prompts
clawbot
created branch fix/timeout-vs-negative-response in sneak/dnswatcher
2026-02-28 12:27:17 +01:00
Rewrite SETUP_CHECKLIST.md: replace checklists with paste-able agent prompts
make check passes (prettier clean).
docs: add webhook vs poller notification delivery approaches
clawbot
created branch add-notification-delivery-approaches in sneak/clawpub
2026-02-28 12:24:34 +01:00
Resolver should distinguish timeout from authoritative negative responses and retry on timeout
Fix submitted in PR #36.
The resolver now:
- Retries on timeout and SERVFAIL (3 attempts, exponential backoff from 100ms)
- Returns
StatusTimeoutfor persistent timeouts (distinct from…
fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)
make check output
==> Checking formatting...
==> Running linter...
golangci-lint run --config .golangci.yml ./...
0 issues.
==> Running tests...
go test -v -race ./...
--- All resolver…
fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)
Rewrite SETUP_CHECKLIST.md: replace checklists with paste-able agent prompts
Resolver should distinguish timeout from authoritative negative responses and retry on timeout