Current behavior
name: google.*.
Doesn't seem to match anything and just fallsthrough
Describe the desired feature
name: google.*. matches google.com,google.net,google.nl,(etc...)
Potential use-case
Forwarding all google domains to google's DNS servers, with one name:, instead of having to manually specify every single TLD (there are MANY country TLDs for example all pointing to the same google.com).
potential minor phising resistance as Google probably won't serve records to a site with google as it's SLD, that Google doesn't own.
Current behavior
name: google.*.Doesn't seem to match anything and just fallsthrough
Describe the desired feature
name: google.*.matchesgoogle.com,google.net,google.nl,(etc...)Potential use-case
Forwarding all google domains to google's DNS servers, with one
name:, instead of having to manually specify every single TLD (there are MANY country TLDs for example all pointing to the samegoogle.com).potential minor phising resistance as Google probably won't serve records to a site with
googleas it's SLD, that Google doesn't own.