Commit bb77beb12d5c408ba3c5bd336ac5b8c03229b537
1 parent
4a8d2867
Update INSTALL.md
Showing
1 changed file
with
3 additions
and
3 deletions
INSTALL.md
| @@ -31,9 +31,9 @@ keeping your zones. You need to make it readable for bind. | @@ -31,9 +31,9 @@ keeping your zones. You need to make it readable for bind. | ||
| 31 | Recommended solution: owner of directory let the root user and bind group, | 31 | Recommended solution: owner of directory let the root user and bind group, |
| 32 | webserver user let the member of the bind group, and the directory let writable | 32 | webserver user let the member of the bind group, and the directory let writable |
| 33 | by owned group. | 33 | by owned group. |
| 34 | -2. Create two file with same permissions in this directory for saving zone | ||
| 35 | -definitions; one for the masters, one for the slaves (eg. master.conf and | ||
| 36 | -slave.conf) - eg. touch master.conf. | 34 | +2. Create a file with same permissions in this directory for saving zone |
| 35 | +definitions - eg. | ||
| 36 | + *touch master.conf.* | ||
| 37 | 3. Create a subdirectory for keeping zone files (for both of masters and | 37 | 3. Create a subdirectory for keeping zone files (for both of masters and |
| 38 | slaves) with same permissions at the step 1. | 38 | slaves) with same permissions at the step 1. |
| 39 | 39 |