Hi Marc,
On 4/25/19 8:24 PM, Marc Wijtkamp via Pdns-users wrote:
> setLocal('192.168.1.1')
[...]
> newServer({address='192.168.1.1', name='master', pool={'master'}})
[...]
> addAction(OrRule({QTypeRule(dnsdist.SOA), QTypeRule(dnsdist.AXFR),
> QTypeRule(dnsdist.IXFR)}), PoolAction('master'))
Am I
Hi fooks,
I've something strange: When I don't use dnsdist on my master dns, axfr
to my slave works. When I place dnsdist in front of the master dns I get
and AXFR error. The exact error is, when running a pdns_control retrieve
example.com (replaced the actual domainname with example.com:
pdns_se
On Wed, Jul 4, 2012 at 2:02 AM, Anthony Eden wrote:
> Sorry, I sent this to Peter directly and did not CC the list...
>
> On Tue, Jul 3, 2012 at 7:06 PM, Peter van Dijk <
> peter.van.d...@netherlabs.nl> wrote:
>
>> Hello Anthony,
>>
>> On Jul 3, 2012, at 17:41 , Anthony Eden wrote:
>>
>> > I am u
Sorry, I sent this to Peter directly and did not CC the list...
On Tue, Jul 3, 2012 at 7:06 PM, Peter van Dijk wrote:
> Hello Anthony,
>
> On Jul 3, 2012, at 17:41 , Anthony Eden wrote:
>
> > I am using PowerDNS 3 with a MySQL backend and am attempting an AXFR,
> however I am receiving the follo
Hello Anthony,
On Jul 3, 2012, at 17:41 , Anthony Eden wrote:
> I am using PowerDNS 3 with a MySQL backend and am attempting an AXFR, however
> I am receiving the following error for a URL record (which we store and
> handle with a custom backend during normal resolution)
>
> Exception: Unkn
I am using PowerDNS 3 with a MySQL backend and am attempting an AXFR,
however I am receiving the following error for a URL record (which we store
and handle with a custom backend during normal resolution)
Exception: Unknown record was stored incorrectly, need 3 fields, got 1
This error is descr
Johan,
Check if your domain_id field is filled out correctly for all records in
your zone.
It looks like they aren't. To check manually, try:
select id from domains where name='example.com';
select * from records wher domain_id=123;
where 123 is the domain id.
Then check to see if you see all