diff options
author | Martin Nagy <mnagy@redhat.com> | 2009-05-12 15:29:29 +0200 |
---|---|---|
committer | Martin Nagy <mnagy@redhat.com> | 2009-06-02 12:32:06 +0200 |
commit | 8345e8e1f15521be5e6351441de60f0b3c389391 (patch) | |
tree | 57dd3d7655648ce3a187978163cc28df627dbd05 /install | |
parent | 1bc786e379ed5575cf4dffaa23bf7d66f42e44d7 (diff) | |
download | freeipa-8345e8e1f15521be5e6351441de60f0b3c389391.tar.gz freeipa-8345e8e1f15521be5e6351441de60f0b3c389391.tar.xz freeipa-8345e8e1f15521be5e6351441de60f0b3c389391.zip |
Use root.$HOST.$DOMAIN. instead of root.$DOMAIN.
Diffstat (limited to 'install')
-rw-r--r-- | install/share/bind.zone.db.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/bind.zone.db.template b/install/share/bind.zone.db.template index aca7d2d2b..b3aa7b951 100644 --- a/install/share/bind.zone.db.template +++ b/install/share/bind.zone.db.template @@ -1,6 +1,6 @@ $$ORIGIN $DOMAIN. $$TTL 86400 -@ IN SOA $DOMAIN. root.$DOMAIN. ( +@ IN SOA $DOMAIN. root.$HOST.$DOMAIN. ( 01 ; serial 3H ; refresh 15M ; retry |