1
0
mirror of https://github.com/hestiacp/hestiacp.git synced 2025-02-06 09:45:30 +00:00

Add note regarding internal network for syncing

This commit is contained in:
Jaap Marcus 2024-02-16 10:29:20 +01:00
parent ff8ec2b6e4
commit 386f6fbb3e
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
// Run markdownlint on MD files
'*.md': 'markdownlint-cli2-fix',
'*.md': 'markdownlint-cli2 --fix',
// Run Stylelint on CSS files
'*.css': 'stylelint --fix --allow-empty-input',
// Run ESLint on TS, TSX, JS, JSX files

View File

@ -64,6 +64,10 @@ There is no limitation on how to chain DNS servers.
### Master -> Slave DNS cluster with the Hestia API
::: info
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
:::
Preparing your **Slave** server(s):
1. Whitelist your master server IP in **Configure Server** -> **Security** -> **Allowed IP addresses for API**