feat(manual socket handling): Add comprehensive manual socket handling documentation for advanced DNS server use cases

This commit is contained in:
2025-05-28 19:26:52 +00:00
parent 3094c9d06c
commit b187da507b
3 changed files with 221 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-05-28 - 7.4.0 - feat(manual socket handling)
Add comprehensive manual socket handling documentation for advanced DNS server use cases
- Introduced detailed examples for configuring manual UDP and HTTPS socket handling
- Provided sample code for load balancing, clustering, custom transport protocols, and multi-interface binding
- Updated performance and best practices sections to reflect manual socket handling benefits
## 2025-05-28 - 7.3.0 - feat(dnsserver)
Add manual socket mode support to enable external socket control for the DNS server.