DNS-FLAG-Day

2019-01-27 Thread MEjaz
Hello sir, For the upcoming DNS Flag Day on February 1st, 2019. Is there any impact on the user whose using bind name servers. As per the infoblox DNS service, they will not be impacted on DNS Flag day. So Do I need configure support for EDNS0 standards? In bind if yes how to do that.

Re: Bind has a database option instead of zone files?

2019-01-27 Thread Evan Hunt
On Sun, Jan 27, 2019 at 12:12:52PM +0530, rams wrote: > Does Bind has a database option to read zones [if zones are in database] > instead of zone files? if yes , how to setup? can someone help me. Yes, it does. Rather a lot of options for that, actually, some of which are better than others. I'd

Re: Bind has a database option instead of zone files?

2019-01-27 Thread John Levine
In article you write: >-=-=-=-=-=- > >On 1/27/19 8:57 AM, John Levine wrote: >> No. If that's what you want to do, I'd suggest looking at PowerDNS. > >John, why would you recommend PowerDNS over BIND's DLZ options? PowerDNS was designed to serve the data out of databases and its database usage i

Re: Bind has a database option instead of zone files?

2019-01-27 Thread Grant Taylor via bind-users
On 1/27/19 8:57 AM, John Levine wrote: No. If that's what you want to do, I'd suggest looking at PowerDNS. John, why would you recommend PowerDNS over BIND's DLZ options? Rather what's wrong with DLZ that causes you to recommend a non-BIND solution? -- Grant. . . . unix || die smime.p

Re: Bind has a database option instead of zone files?

2019-01-27 Thread Alan Clegg
On 1/27/19 1:42 AM, rams wrote: > Does Bind has a database option to read zones [if zones are in database] > instead  of zone files? if yes , how to setup? can someone help me. A search with the terms "bind backend database" provides a number of resources that might interest you. Now, if you come

Re: Bind has a database option instead of zone files?

2019-01-27 Thread Rick Dicaire
I'm going to go out on a limb and say yes, databases are supported. I see this in ./configure --help: --with-dlz-postgres=PATH Build with Postgres DLZ driver [yes|no|path]. (Required to use Postgres with DLZ) --with-dlz-mysql=PATH Build wit

Re: Bind has a database option instead of zone files?

2019-01-27 Thread John Levine
In article you write: >-=-=-=-=-=- > >Greetings!! >Does Bind has a database option to read zones [if zones are in database] >instead of zone files? if yes , how to setup? can someone help me. No. If that's what you want to do, I'd suggest looking at PowerDNS.