>By reading the fine documentation, for example
>https://doc.powerdns.com/authoritative/performance.html?highlight=metrics#metricnames
>or https://doc.powerdns.com/recursor/metrics.html?highlight=metrics
>or https://dnsdist.org/reference/config.html?highlight=stats#dumpStats
>
> Bert
hi Bert
>> You cant ask your dns directly, it only knows about the zone
>> 118-31.82.119.85.in-addr.arpa.
>> So you would need do do:
>>
>> dig 118.18-31.82.119.85.in-addr.arpa ptr @dnsip
>>
>> to get a correct result you have to ask the dns at the provider and there
>> you get back a cname pointing to y
On 25/01/2019 08:54, Matthias Cramer wrote:
You cant ask your dns directly, it only knows about the zone
118-31.82.119.85.in-addr.arpa.
So you would need do do:
dig 118.18-31.82.119.85.in-addr.arpa ptr @dnsip
to get a correct result you have to ask the dns at the provider and there you
get ba
Hi Martin
n 25/01/2019 09:33, Martin Kellermann via Pdns-users wrote:
> hi Andy,
>
>> By way of example, I (in the ISP role) delegate 85.119.82.118/32 to
>> an end user by putting the equivalent of:
>>
>> 118-32 NS ns1.abominable.org.uk.
>> 118-32 NS ns2.abominable.org.uk.
>> 118
On 25/01/2019 08:33, Martin Kellermann via Pdns-users wrote:
hi Andy,
By way of example, I (in the ISP role) delegate 85.119.82.118/32 to
an end user by putting the equivalent of:
118-32 NS ns1.abominable.org.uk.
118-32 NS ns2.abominable.org.uk.
118 CNAME 118.118-32.82.119.85
hi Andy,
>By way of example, I (in the ISP role) delegate 85.119.82.118/32 to
>an end user by putting the equivalent of:
>
>118-32 NS ns1.abominable.org.uk.
>118-32 NS ns2.abominable.org.uk.
>118 CNAME 118.118-32.82.119.85.in-addr.arpa.
>
>into the zone 82.119.85.in-addr.arpa. So