Hi Tony,
On Thursday, April 12, 2018 at 2:44:08 PM UTC+2, Tony Finch wrote:
> Sounds like a job for dnsdist - https://dnsdist.org/rules-actions.html
Thanks for the pointer. dnsdist sounds quite nice, I'd still need to have this
functionality directly in bind though.
In the meantime I have found
speijnik wrote:
>
> I'm currently looking for a way of making bind9 respond with a subset of an
> rrset. I'd need a way of returning a random pick of a limited number of
> records from a given rrset.
Sounds like a job for dnsdist - https://dnsdist.org/rules-actions.html
Tony.
--
f.anthony.n.fin
Hi Ged,
On Wednesday, April 11, 2018 at 11:25:14 PM UTC+2, G.W. Haywood wrote:
> Something like this?
Thanks for your input. This would give me the desired result on the client-side
of things.
However, I am looking for a way of having bind generate a response containing
only such a subset bef
Hi there,
On Wed, 11 Apr 2018, speijnik wrote:
I'd need a way of returning a random pick of a limited number of
records from a given rrset ...
Something like this?
8<--
#!/usr/bin/perl -w
use strict;
use Net::DNS;
use List::
Dear bind users,
I'm currently looking for a way of making bind9 respond with a subset of an
rrset. I'd need a way of returning a random pick of a limited number of
records from a given rrset.
ie. from an existing rrset containing 100 records I'd like to return 5
random records.
>From what I've
5 matches
Mail list logo