Преглед изворни кода

Add note regarding internal network for syncing

Jaap Marcus пре 2 година
родитељ
комит
386f6fbb3e
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 1 1
      .lintstagedrc.cjs
  2. 4 0
      docs/docs/server-administration/dns.md

+ 1 - 1
.lintstagedrc.cjs

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

+ 4 - 0
docs/docs/server-administration/dns.md

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