Skip to content

Commit 979c7a4

Browse files
authored
Merge pull request hestiacp#4296 from hestiacp/docs/add-note-dns-cluster
Add note regarding internal network for syncing
2 parents ff8ec2b + 386f6fb commit 979c7a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.lintstagedrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
// Run markdownlint on MD files
3-
'*.md': 'markdownlint-cli2-fix',
3+
'*.md': 'markdownlint-cli2 --fix',
44
// Run Stylelint on CSS files
55
'*.css': 'stylelint --fix --allow-empty-input',
66
// Run ESLint on TS, TSX, JS, JSX files

docs/docs/server-administration/dns.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ There is no limitation on how to chain DNS servers.
6464

6565
### Master -> Slave DNS cluster with the Hestia API
6666

67+
::: info
68+
It doesn't work if you try to sync via local network! See [Issue](https://github.com/hestiacp/hestiacp/issues/4295) Make sure to use the public ip addresses
69+
:::
70+
6771
Preparing your **Slave** server(s):
6872

6973
1. Whitelist your master server IP in **Configure Server** -> **Security** -> **Allowed IP addresses for API**

0 commit comments

Comments
 (0)