You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add EDNS Client Subnet (ECS) support for accurate GeoDNS
- Add getClientIPFromECS() to extract client subnet from ECS option
- Support both IPv4 (family 1) and IPv6 (family 2) subnets
- Try ECS first, fall back to source IP if not present
- Enables accurate GeoDNS routing through recursive resolvers (1.1.1.1, 8.8.8.8)
- Logs detected ECS subnet for debugging
0 commit comments