<div style="font-family: Arial; text-align: left; font-size: 14px; color: #000000;">Anand, I really appreciate your fast answer. Thanks, that helps.</div><div style="font-family: Arial; text-align: left; font-size: 14px; color: #000000;"><br></div><div style="font-family: Arial; text-align: left; font-size: 14px; color: #000000;"><br><hr style="border: 0; border-bottom: 1px solid #DADADA;"><b>From:</b> Anand Buddhdev <<a href="/email/new/1/anandb@ripe.net">anandb@ripe.net</a>><br><b>Sent:</b> Tuesday, 28. Aug 2018 – 21:34  CEST +0200<br><b>To:</b> <a href="/email/new/1/nsd-users@NLnetLabs.nl">nsd-users@NLnetLabs.nl</a><br><br><b>Subject:</b> Re: [nsd-users] How to dynamically add and remove zones?<br><br></div><div>
                                
                                        <style>
                                        
                                                body {
                                                        font-family: "Arial";
                                                        font-size: 100% !important;
                                                        margin: 0;
                                                        line-height: 1.2rem;
                                                }
                                                
                                        </style>

                                        <pre style="white-space: pre-wrap; color: #173860;">On 28/08/2018 21:28, kaulkwappe@prvy.eu wrote:

Hey Kaulkwappe (is that your name?),

> When I use a slave server I wonder about something:

> Why do I need zone files when the data is stored into /var/lib/nsd/nsd.db and so 
> the zone files remain empty?

On a slave server with all the zone data in nsd.db, there's no need for
plain text zone files.

However, the recommendation these days is to NOT use the database.
Instead, use this setting in your config file:

database: ""

This will write out the slave zones to disk in plain text. This mode
uses less memory, and is more robust. Support for the database mode may
disappear completely in a future release of NSD.

Regards,
Anand
_______________________________________________
nsd-users mailing list
nsd-users@NLnetLabs.nl
https://open.nlnetlabs.nl/mailman/listinfo/nsd-users
</pre>                                    
                                </div>