Skip to content

Commit c6a17d7

Browse files
authored
Update dns.md documentation to correct error in guide to converting master-master to master-slave (hestiacp#4579)
* Update dns.md Documentation referenced editing a non-existing file. Upon doing a little review of the text above, I found that the file should have been this instead * Update dns.md Corrected the second occurrence of the error noted earlier
1 parent 94cb1ef commit c6a17d7

File tree

1 file changed

+2
-2
lines changed
  • docs/docs/server-administration

1 file changed

+2
-2
lines changed

docs/docs/server-administration/dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Preparing your **Master** server:
122122
### Converting an existing DNS cluster to Master -> Slave
123123

124124
1. In `/usr/local/hestia/conf/hestia.conf`, change `DNS_CLUSTER_SYSTEM='hestia'` to `DNS_CLUSTER_SYSTEM='hestia-zone'`.
125-
2. On the master server, open `/etc/bind/named.options`, do the following changes, then restart bind9 with `systemctl restart bind9`.
125+
2. On the master server, open `/etc/bind/named.conf.options`, do the following changes, then restart bind9 with `systemctl restart bind9`.
126126

127127
```bash
128128
# Change this line
@@ -135,7 +135,7 @@ Preparing your **Master** server:
135135
also-notify { second.slave.ip.address; };
136136
```
137137

138-
3. On the slave server, open `/etc/bind/named.options`, do the following changes, then restart bind9 with `systemctl restart bind9`:
138+
3. On the slave server, open `/etc/bind/named.conf.options`, do the following changes, then restart bind9 with `systemctl restart bind9`:
139139

140140
```bash
141141
# Change this line

0 commit comments

Comments
 (0)