[Pdns-users] Immediate update visibility

2022-03-08 Thread Daniel Miller via Pdns-users
I started to ask how to do something apparently non-standard - which probably means I'm doing it wrong. I'm locally hosting my domain records using the authoritative server and also using a recursor. The recursor is configured with a list of forward-zones. My master server just has the auth &

[Pdns-users] Sub-domains and zones

2021-06-17 Thread Daniel Miller via Pdns-users
I've tried (and failed) to implement this previously - I'd like to try again. I haven't found an explicit example for this in the pdns documentation - possibly because this is a "straight" DNS question and *shouldn't* be implementation specific...but I'm admitting ignorance all around. I unders

Re: [Pdns-users] Valid masters

2020-12-01 Thread Daniel Miller via Pdns-users
On 12/1/2020 2:23 PM, Andy Smith via Pdns-users wrote: Hi Daniel, On Tue, Dec 01, 2020 at 01:36:36PM -0800, Daniel Miller via Pdns-users wrote: Is there a way of querying a slave server/zone and obtaining a list of valid master IP's - not just reading the config file? No. The zone data

[Pdns-users] Valid masters

2020-12-01 Thread Daniel Miller via Pdns-users
Is there a way of querying a slave server/zone and obtaining a list of valid master IP's - not just reading the config file? -- Daniel ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.com/mailman/listinfo/pdns-user

Re: [Pdns-users] Implementing virtual domains

2020-09-28 Thread Daniel Miller via Pdns-users
Graeme Garden On 27/09/2020 21:08:37, Daniel Miller via Pdns-users wrote: I have a number of domains that are simply duplicates of a base domain, e.g. mydomain.com is the primary domain, and we also have mydomain.net and mydomain.info. I'd like to able to configure any/all records o

[Pdns-users] Implementing virtual domains

2020-09-27 Thread Daniel Miller via Pdns-users
I have a number of domains that are simply duplicates of a base domain, e.g. mydomain.com is the primary domain, and we also have mydomain.net and mydomain.info. I'd like to able to configure any/all records only in mydomain.com - and have them "magically" propagated to the designated duplicat

Re: [Pdns-users] Internal DNS for .LAN Domain

2020-03-01 Thread Daniel Miller via Pdns-users
No disrespect intended - but based on your post I'm inferring you're very new to PowerDNS. There's a separation between the authoritative server and the recursor. These are totally separate processes. You *must* understand that before proceeding. Read the PowerDNS docs for these servers until

Re: [Pdns-users] Return CNAME or other alias backend as A

2020-02-06 Thread Daniel Miller via Pdns-users
-- Original Message -- From: "Brian Candler" To: "Daniel Miller" ; "PowerDNS Users" Sent: 2/5/2020 1:04:27 PM Subject: Re: [Pdns-users] Return CNAME or other alias backend as A On 05/02/2020 20:31, Daniel Miller via Pdns-users wrote: The above domain w

[Pdns-users] Return CNAME or other alias backend as A

2020-02-05 Thread Daniel Miller via Pdns-users
Does PowerDNS have anything built-in that would allow aliased records returned as A records? In other words: $ORIGIN . example.com 86400 IN CNAME cloud1.example.com.example.com 86400 IN MX 10 mail.example.com. example.com 86400 IN NS ns1.example.c

Re: [Pdns-users] Setting up dnsdist + authoritative for small domain

2019-04-10 Thread Daniel Miller via Pdns-users
On 4/10/2019 12:29 PM, Brian Candler wrote: On 10/04/2019 20:04, Daniel Miller via Pdns-users wrote: So now...I'm wondering providing my domain via TLS and possibly HTTP. I'm not sure what you mean by "providing my domain via TLS". DNS-over-TLS and DNS-over-HTTPS are

[Pdns-users] Setting up dnsdist + authoritative for small domain

2019-04-10 Thread Daniel Miller via Pdns-users
Running my own server has been...an interesting experience over the years. Now I'm thinking it's time for a new experiment. I presently have my own physical server and recently setup a cloud-hosted VPS. The VPS is being used to host a new domain. PowerDNS Authoritative is installed and conf

[Pdns-users] zone file verification

2019-01-27 Thread Daniel Miller via Pdns-users
Is there a method of verifying a zone file, possibly with pdnsutil, that validates it without actually "using" it?  I *assume*     pdnsutil load-zone ZONE FILE would perform validation - but that would destroy any existing zone. -- Daniel ___ Pdns-

[Pdns-users] How to efficiently test a list of DNSNames with lua

2018-11-10 Thread Daniel Miller via Pdns-users
I've had a setup for a while that worked quite well - I don't know if it's the *best* way - but I thought it was correct.  I have a single physical server with some virtual servers I turn up/down as needed. pdns-auth on my server provides both my internal lan & external public zones - bound to

Re: [Pdns-users] Increment SOA programmatically?

2018-11-06 Thread Daniel Miller via Pdns-users
On 11/5/2018 9:15 AM, MRob wrote: still, it didn't work with auto-serial configuration: > pdnsutil increase-serial example.org Error: Parsing record content (try 'pdnsutil check-zone'): missing field at the end of record content 'ns.example.org cont...@example.org 0' could you paste the co