docs: mark M3 Local DNS Listener as done

This commit is contained in:
2026-07-06 17:58:40 +03:30
parent a9584ab940
commit b56bdf628b
2 changed files with 7 additions and 7 deletions

View File

@@ -58,12 +58,12 @@ A lightweight DNS-over-HTTPS (DoH) forwarder that accepts DNS queries over HTTPS
### M3 — Local DNS Listener
- [ ] UDP listener on configurable port (default 53)
- [ ] TCP listener on configurable port (default 53)
- [ ] Receive standard DNS wire-format queries
- [ ] Forward through DoH pipeline (shared upstream client)
- [ ] Return DNS wire-format response over UDP/TCP
- [ ] Config: `[dns]` section with `listen` address
- [x] UDP listener on configurable port (default 53)
- [x] TCP listener on configurable port (default 53)
- [x] Receive standard DNS wire-format queries
- [x] Forward through DoH pipeline (shared upstream client)
- [x] Return DNS wire-format response over UDP/TCP
- [x] Config: `[dns]` section with `listen` address
- [ ] Integration test with UDP/TCP clients
### M4 — Caching