From rdiffenderfer@proofpoint.com Fri Feb 15 18:55:19 2019 From: rdiffenderfer@proofpoint.com (Randall Diffenderfer) Date: Fri, 15 Feb 2019 17:55:19 +0000 Subject: return a "default" TXT record instead of NXDOMAIN Message-ID: is this something that is doable? my simple attempt at using a "* default text" record in a dnset didn't work... :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: From rdiffenderfer@proofpoint.com Sat Feb 16 08:32:10 2019 From: rdiffenderfer@proofpoint.com (Randall Diffenderfer) Date: Sat, 16 Feb 2019 07:32:10 +0000 Subject: ipv6 cidr configuration in rbldnsd Message-ID: <196F943C-8A15-45E9-818E-20DA575CAEFB@proofpoint.com> there aren't a whole lot of examples of this type of configuration. any hints or pointers? -------------- next part -------------- An HTML attachment was scrubbed... URL: From rdiffenderfer@proofpoint.com Sat Feb 16 19:47:50 2019 From: rdiffenderfer@proofpoint.com (Randall Diffenderfer) Date: Sat, 16 Feb 2019 18:47:50 +0000 Subject: ipv6 cidr configuration in rbldnsd Message-ID: > there aren't a whole lot of examples of this type of configuration. the man page doesn't mention the existence of "ip6tset" or "ip6trie", which do the needful! From rdiffenderfer@proofpoint.com Sat Feb 16 20:14:30 2019 From: rdiffenderfer@proofpoint.com (Randall Diffenderfer) Date: Sat, 16 Feb 2019 19:14:30 +0000 Subject: return a "default" TXT record instead of NXDOMAIN Message-ID: <1F4BB3D1-77ED-40DE-A89E-40BD42E841B9@proofpoint.com> > 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?