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
Describe the feature requested
We've set up a DNS server that uses the EDNS0 Client Subnet (ECS) option (RFC 7871) to return the ip address of the closest endpoint. Now we'd like to test this to see if it works quickly, correctly and efficiently.
Additional context
One thing we'd like to check is to see if our server is modifying the ECS option, such that the subnet in the request is different than the subnet in the response.
Solution
Allow the input text to have @x.x.x.x/y appended to the FQDN input names, which would then be parsed as the subnet to use. Or, use CSV or TSV format, in case someone starts using @ in FQDNs.
The text was updated successfully, but these errors were encountered:
Describe the feature requested
We've set up a DNS server that uses the EDNS0 Client Subnet (ECS) option (RFC 7871) to return the ip address of the closest endpoint. Now we'd like to test this to see if it works quickly, correctly and efficiently.
Examples of using ECS with
dig
:Additional context
One thing we'd like to check is to see if our server is modifying the ECS option, such that the subnet in the request is different than the subnet in the response.
Solution
Allow the input text to have
@x.x.x.x/y
appended to the FQDN input names, which would then be parsed as the subnet to use. Or, use CSV or TSV format, in case someone starts using@
in FQDNs.The text was updated successfully, but these errors were encountered: