gitzone

git-based zone management tool for static and dynamic domains
git clone https://git.parazyd.org/gitzone
Log | Files | Refs

commit 62cab6e61b084d5f51a167709cbfb621118ef94a
parent c2f4eef04db58a5317960286f902736bcf704943
Author: tg(x) <*@tg-x.net>
Date:   Sun, 13 Feb 2011 15:58:03 +0100

docs

Diffstat:
MREADME.org | 20+++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org @@ -42,19 +42,25 @@ key management. - edit the settings in gitzone.conf -- create a directory for each user in $zone_dir and chown it to the user, this +- create a directory for each user in $zone_dir and it them to the user, this will contain a clone of the user's repository, the zone files here should be included in named.conf. : # cd $zone_dir : # mkdir $user : # chown $user:$group $user -- edit named.conf and set directory in options to $zone_dir, this is needed to - make relative file names work in $INCLUDE: - : options { - : directory "/var/named"; - : // ... - : } +- edit named.conf + - set directory in options to $zone_dir, this is needed to make relative file + names work in $INCLUDE: + : options { + : directory "/var/named"; + : // ... + : } + + - put user zone configuration in a separate file for each user and include them: + : include "/etc/bind/users/user1.conf"; + : include "/etc/bind/users/user2.conf"; + : include "/etc/bind/users/user3.conf"; * Usage