Skip to content

Commit cc5c7a6

Browse files
authored
Update dns.md (hestiacp#3665)
1 parent e79e73f commit cc5c7a6

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
@@ -53,7 +53,7 @@ There is no limitation on how to chain DNS servers.
5353

5454
1. Create a new user on the Hestia server that will act as a “Slave”. Make sure it uses the username of "dns-user" or has the role `dns-cluster`
5555
2. In `/usr/local/hestia/conf/hestia.conf`, change `DNS_CLUSTER_SYSTEM='hestia'` to `DNS_CLUSTER_SYSTEM='hestia-zone'`.
56-
3. On the master server, open `/etc/bind/named.options`, do the following changes, then restart bind9 with `systemctl restart bind9`.
56+
3. On the master server, open `/etc/bind/named.conf.options`, do the following changes, then restart bind9 with `systemctl restart bind9`.
5757

5858
```bash
5959
# Change this line
@@ -66,7 +66,7 @@ There is no limitation on how to chain DNS servers.
6666
also-notify { second.slave.ip.address; };
6767
```
6868

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

7171
```bash
7272
# Change this line

0 commit comments

Comments
 (0)