privacy_ecs_leak
Detect if a DNS resolver leaks EDNS Client Subnet (ECS) data, which can expose client location to authoritative servers.
Instructions
Test EDNS Client Subnet (ECS) leak on a DNS resolver. Sends a query with an ECS option containing a /24 subnet to check if the resolver forwards client subnet information to authoritative servers, potentially exposing client location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolver | Yes | IP address of the DNS resolver to test for ECS forwarding | |
| test_domain | No | Test domain to use (default: 'o-o.myaddr.l.google.com' which echoes resolver info) |