• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / dot-block / 29654618978
63%
main: 62%

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 18 Jul 2026 05:49PM UTC
Jobs 1
Files 38
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jul 2026 05:47PM UTC coverage: 63.102%. First build
29654618978

Pull #208

github

rm-hull
feat: move blocklist response to authority section

- Move blocked domain SOA records from the `Answer` section to the
`Authority` section to align with DNS standards.
- Add `EDNS0_EDE` (Extended DNS Error) to the `Extra` section for
blocked queries to provide better diagnostic feedback.
- Update multi-question response handling to preserve upstream answers
while correctly categorizing blocked domains.

```mermaid
sequenceDiagram
    participant C as Client
    participant D as Dispatcher
    participant B as Blocklist Engine

    C->>D: DNS Query
    D->>B: Check domain
    B-->>D: Is Blocked
    D->>D: Construct SOA (Authority)
    D->>D: Construct EDE (Extra)
    D-->>C: Response (Rcode: Success, Ns: [SOA], Extra: [EDE])
```
Pull Request #208: feat: move blocklist response to authority section

43 of 46 new or added lines in 1 file covered. (93.48%)

1676 of 2656 relevant lines covered (63.1%)

688.69 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
85.59
internal/forwarder/dispatcher.go
Jobs
ID Job ID Ran Files Coverage
1 29654618978.1 18 Jul 2026 05:49PM UTC 38
63.1
GitHub Action Run
Source Files on build 29654618978
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #208
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc