Files
WTFnet/docs/WORK_ITEMS_v0.4.0.md
2026-01-17 18:45:24 +08:00

916 B

WTFnet v0.4.0 - Work Items

This is a practical checklist to execute v0.4.0.

1) platform flow ownership

  • add FlowOwnerProvider trait + data types
  • implement Linux best-effort lookup
  • implement Windows best-effort lookup

2) new wtfnet-dnsleak crate

  • crate scaffold + pcap feature
  • UDP/TCP 53 capture + classify
  • DoT detection (TCP 853)
  • policy model + profiles
  • leak rules A/B/C (partial)
  • privacy modes
  • report + summary builder

3) CLI wiring

  • add dns leak status
  • add dns leak watch
  • add dns leak report

4) docs updates

  • add docs/RELEASE_v0.4.0.md
  • add docs/DNS_LEAK_DETECTOR_IMPLEMENTATION.md
  • update README roadmap + flags
  • update COMMANDS.md
  • update status/implementation docs

5) follow-ups

  • add DoH heuristic classification (optional)
  • add Leak-D mismatch correlation (optional)