On 4/12/2010 7:25 AM, aihua zhang wrote:
> 
> hi all,
>     i found if your zone in named.conf set a statement
> {allow-update{any};};then when you use rndc reload ,any modifies will
> not  happen. how can i figure it ? thx

You can only modify dynamic zones in two ways:

1)  dynamic updates (using 'nsupdate' from the command line)
2)  while the zone is frozen
                rndc freeze <zone>
                edit zone file
                rndc thaw <zone>

Note that #2 keeps any updates that occur during your "editing session"
to be lost.

I highly recommend that once a zone is made dynamic that you only use
nsupdate to perform the needed edits.

AlanC

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to