You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/server-administration/dns.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ With the release of version 1.7.0, we have implemented support for DNSSEC. DNSSE
10
10
11
11
## DNS Cluster setup
12
12
13
+
::: tip
14
+
Create for each server a unique user and assing them the "Sync DNS User" or "dns-cluster" role!
15
+
:::
16
+
13
17
If you are looking at options to minimise DNS-related downtime or for a way to manage DNS across all your servers, you might consider setting up a DNS cluster.
14
18
15
19
1. Whitelist your master server IP in **Configure Server** -> **Security** -> **Allowed IP addresses for API**, otherwise you will get an error when adding the slave server to the cluster.
@@ -28,17 +32,17 @@ If you still want to use the legacy API to authenticate with **admin** username
28
32
This method does not support DNSSEC!
29
33
:::
30
34
31
-
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`
35
+
1. Create a new user on the Hestia server that will act as a “Slave”. Make sure it uses the username of "dns-cluster" or has the role `dns-cluster`
32
36
2. Run the following command to enable the DNS server.
0 commit comments