return a "default" TXT record instead of NXDOMAIN

Randall Diffenderfer rdiffenderfer@proofpoint.com
Sat Feb 16 20:14:30 CET 2019


> is this something that is doable?
>
> my simple attempt at using a "* default text" record in a dnset didn't work... :-)
> is this something that is doable?
>
> my simple attempt at using a "* default text" record in a dnset didn't work... :-)

i can return a result for any ipv4 or ipv6 address with (and -e option set)

ip4tset:
0/1 default txt record
128/1 default txt record

ip6tset:
0::1/4 default txt record
1000::1/4 default txt record
...
f000::1/4 default txt record


i still have no joy on returning for all domains, as this simple approach doesn't work...

dnset:
*  default txt record

elaborating on previous results gets me closer

dnset:
*.com default txt record

but the prospect of trying to enumerate all tlds is kind of hopeless... :-)

any other things to try?



More information about the dev mailing list