Re: Proxy requests but filter out IPv4 address

2022-08-19 Thread Bob Harold
RPZ should be able to do that. Read up on RPZ in the BIND manual, and search online for more info. -- Bob Harold On Fri, Aug 19, 2022 at 2:56 AM Matthias Fechner wrote: > Dear all, > > I'm not sure if bind can do this, but let me explain what I would like > to do. > > It is a hostname from a

Re: Proxy requests but filter out IPv4 address

2022-08-19 Thread Greg Choules via bind-users
Hi Matthias. In DNS there are many record types. For IP addresses there are two types: A for IPv4 addresses and for IPv6 addresses. If your client asks for the record it should get only IPv6 addresses. So what is your client asking for? Can you show us a real example where both IPv4 and I