Re: [Pdns-users] Comments requested regarding autoserial

2015-07-14 Thread AJ McKee
uM03prsMJ6ZezVisqu8MTpHQk+rOg8s2d3SJWxrdXU5Mq0+ > lg0wuSwQslxGUFwUYpwDYAlhAV2AsoaUkYp1RReA0uVGYQqh66vamjkIJdA9mCw= > =vHTk > -END PGP SIGNATURE- > > ___ > Pdns-users mailing list > Pdns-users@mailman.powerdns.com > http://mail

Re: [Pdns-users] API issue

2015-03-04 Thread AJ McKee
the same config: > > # Enable and config API > > experimental-json-interface=yes > > experimental-api-key=NwY>kpVMMuGEaDH8ib (not the real API key) > > webserver=yes > > 2015-03-04 17:20 GMT+01:00 AJ McKee : > >> You will also have to ensure have been set in

Re: [Pdns-users] API issue

2015-03-04 Thread AJ McKee
onfig on 8081 and also tried 8082. But >> then we get the 'curl: (45) bind failed with errno 48: Address already >> in use' response back. So no luck with that :( >> >> 2015-03-04 16:31 GMT+01:00 AJ McKee : >> >>> Hi Melvin, >>> >>>

Re: [Pdns-users] API issue

2015-03-04 Thread AJ McKee
on 8081 and also tried 8082. But then > we get the 'curl: (45) bind failed with errno 48: Address already in use' > response back. So no luck with that :( > > > 2015-03-04 16:31 GMT+01:00 AJ McKee : > >> Hi Melvin, >> >> Seems you are talking to yo

Re: [Pdns-users] API issue

2015-03-04 Thread AJ McKee
ows what's going wrong? > > _______ > Pdns-users mailing list > Pdns-users@mailman.powerdns.com > http://mailman.powerdns.com/mailman/listinfo/pdns-users > > -- AJ McKee phone: +353 83 1130 545 profile: http://linkedin.com/in/ajmk

Re: [Pdns-users] Forklift upgrade from 2.9.22 to 3.3.1-1 : what is launch=bind?

2015-02-05 Thread AJ McKee
nks, > > -- > -- > Steven G. Spencer, Network Administrator > > > ___ > Pdns-users mailing list > Pdns-users@mailman.powerdns.com > http://mailman.powerdns.com/mailman/listinfo/pdns-users > -- AJ McKee phone: +353 83 1130

Re: [Pdns-users] Remote Backend and Query / Packet Cache

2015-02-01 Thread AJ McKee
Ah perfect, there goes my Sunday :) Thank You Aki AJ On 1 February 2015 at 08:14, Aki Tuomi wrote: > On Sun, Feb 01, 2015 at 02:41:07AM +0000, AJ McKee wrote: > > Being the weekend, I decided to write a HTTP backend for pdns as a fun > > thing to do. > > > > One th

[Pdns-users] Remote Backend and Query / Packet Cache

2015-01-31 Thread AJ McKee
its corrected view. Is there a way that the remote backend can influence the cache in the response it sends back? I am aware of all the other backend, this is just my fun-time thing to play with the new features. Thanks in advance -- AJ McKee phone: +353 83 1130 545 profile: http://linkedin.com

Re: [Pdns-users] Forklift upgrade from 2.9.22 to 3.3.1-1

2015-01-28 Thread AJ McKee
o shed on this process. > > -- > -- > Steven G. Spencer, Network Administrator > > > ___ > Pdns-users mailing list > Pdns-users@mailman.powerdns.com > http://mailman.powerdns.com/mailman/listinfo/pdns-users > -- AJ McKee phone: +

Re: [Pdns-users] ACL based on source IP

2014-03-05 Thread AJ McKee
, but there are many ways to achieve what you want.  HTH --  AJ McKee On 5 March 2014 at 10:27:41, Andrea Cappelli (a.cappe...@gmail.com) wrote: Hi, I have a PowerDNS instance with many zones I would create an ACL on the IP from which the request came to 1) reply a different value 2

Re: [Pdns-users] Deactivating zone in MySQL

2013-11-05 Thread AJ McKee
t; a way of "de-activating" a zone - other than simply deleting it from the > database? > > -- > Daniel > > > ___ > Pdns-users mailing list > Pdns-users@mailman.powerdns.com > http://mailman.powerdns.com/mailman/l

Re: [Pdns-users] Is DNAME supported (or going to be)?

2011-09-29 Thread AJ McKee
+1 for DNAME support but I like the pipe backend idea. Still would be cute to have it built into pdns. I am seeing a lot of scenarios where this may be useful now. AJ ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com

Re: [Pdns-users] need help with Google Apps (Mail) + PowerDNS

2009-05-13 Thread AJ McKee
with MX records. We are using Google Apps for web > application's email needs and we've already set everything up. We can now > send emails from @ourdomainname.com but we cannot receive them. To do so, > we need to change some MX records as instructed on Google but they do not &g

[Pdns-users] Query Clarification & Possible TTL problem

2008-09-29 Thread AJ McKee
Hi all, I am testing PDNS on Deb. Lenny using the default packages. My PDNS version is 2.9.21.1 I created a dummy domain called foo.com and run the following dig command on it; dig @localhost food.com SOA I had enabled query logging and the following query raised my eyebrows; Sep 22 15:10:45 Q

RE: [Pdns-users] Strange activity at 4 a.m.

2008-05-07 Thread AJ McKee
I presume there are other clients using the recursor, if so it may be their nightly jobs running that accounts for the increase. AJ On Wed, 2008-05-07 at 15:19 -0700, Eugene Pefti wrote: > Sorry, I meant to say updatedb when mentioning the process name. _

Re: [Pdns-users] Frontend for PowerDNS ?!

2007-12-19 Thread AJ McKee
Hi All, We have been working on a frontend for PDNS for sometime now and gone through several betas with our customers. Some of the functionality has been delayed or is not suitable for public consumption. However given our use of PowerDNS, it is about time we contributed something back to t

RE: [Pdns-users] PDNS and MySQL replication

2007-03-13 Thread AJ McKee
Hi Erol, There are a number of things you can do to check how far the slave instance is, but very little in terms of improving replication times bar the normal network stuff. One thing I have set up is a simple PHP script that is a simple SOAP service on the master. It simply returns the latest

[Pdns-users] PDNS Web Server Question

2006-09-05 Thread AJ McKee
Hi all, I've been trawling through the docs tonight and I don't seem to be able to find out some information. If I decide to launch the inbuilt webserver with PDNS, I can view a page with the "?ring=queries" arg's to view the top 100 of UDP queries. I've been trying to find out what this is call

Re: [Pdns-users] Sync MySQL?

2006-08-29 Thread AJ McKee
Ken, Why not just use MySQL replication? http://dev.mysql.com/doc/refman/5.0/en/replication.html AJ Ken wrote: Hello, was wondering if anyone could recommend windows software for syncing mysql? we've got a pdns windows server, and I'm trying to setup a back up server, but can't find much