From 0a79a19fa0f0a17c8d5494aae81d652cc06ee147 Mon Sep 17 00:00:00 2001 From: XLion Date: Mon, 26 Feb 2024 15:00:56 +0800 Subject: [PATCH] Move directory for nat loopback and add notice 1. Move `nat-loopback-issues` from self-host/rustdesk-server-oss/ to self-host/ 2. Add notice and article link to `self-host/rustdesk-server-oss/_index.en.md`` and `self-host/rustdesk-server-pro/_index.en.md` --- .../nat-loopback-issues/_index.en.md | 3 ++- .../images/adguard_home_click_dns_rewrites.png | Bin .../images/adguard_home_disable_protection.png | Bin .../images/adguard_home_dns_rewrite_dialog.png | Bin .../adguard_home_dns_rewrite_final_result.png | Bin .../images/pi_hole_disable_blocking.png | Bin .../images/pi_hole_local_dns_dns_records.png | Bin content/self-host/rustdesk-server-oss/_index.en.md | 4 ++++ content/self-host/rustdesk-server-pro/_index.en.md | 4 +++- 9 files changed, 9 insertions(+), 2 deletions(-) rename content/self-host/{rustdesk-server-oss => }/nat-loopback-issues/_index.en.md (99%) rename content/self-host/{rustdesk-server-oss => }/nat-loopback-issues/images/adguard_home_click_dns_rewrites.png (100%) rename content/self-host/{rustdesk-server-oss => }/nat-loopback-issues/images/adguard_home_disable_protection.png (100%) rename content/self-host/{rustdesk-server-oss => }/nat-loopback-issues/images/adguard_home_dns_rewrite_dialog.png (100%) rename content/self-host/{rustdesk-server-oss => }/nat-loopback-issues/images/adguard_home_dns_rewrite_final_result.png (100%) rename content/self-host/{rustdesk-server-oss => }/nat-loopback-issues/images/pi_hole_disable_blocking.png (100%) rename content/self-host/{rustdesk-server-oss => }/nat-loopback-issues/images/pi_hole_local_dns_dns_records.png (100%) diff --git a/content/self-host/rustdesk-server-oss/nat-loopback-issues/_index.en.md b/content/self-host/nat-loopback-issues/_index.en.md similarity index 99% rename from content/self-host/rustdesk-server-oss/nat-loopback-issues/_index.en.md rename to content/self-host/nat-loopback-issues/_index.en.md index 349a3f5..f3db61f 100644 --- a/content/self-host/rustdesk-server-oss/nat-loopback-issues/_index.en.md +++ b/content/self-host/nat-loopback-issues/_index.en.md @@ -1,6 +1,7 @@ --- title: NAT Loopback issues -weight: 23 +weight: 500 +pre: "2.5. " --- {{% notice note %}} This explanation involves complex networking knowledge, we need your assistance to improve its readability. diff --git a/content/self-host/rustdesk-server-oss/nat-loopback-issues/images/adguard_home_click_dns_rewrites.png b/content/self-host/nat-loopback-issues/images/adguard_home_click_dns_rewrites.png similarity index 100% rename from content/self-host/rustdesk-server-oss/nat-loopback-issues/images/adguard_home_click_dns_rewrites.png rename to content/self-host/nat-loopback-issues/images/adguard_home_click_dns_rewrites.png diff --git a/content/self-host/rustdesk-server-oss/nat-loopback-issues/images/adguard_home_disable_protection.png b/content/self-host/nat-loopback-issues/images/adguard_home_disable_protection.png similarity index 100% rename from content/self-host/rustdesk-server-oss/nat-loopback-issues/images/adguard_home_disable_protection.png rename to content/self-host/nat-loopback-issues/images/adguard_home_disable_protection.png diff --git a/content/self-host/rustdesk-server-oss/nat-loopback-issues/images/adguard_home_dns_rewrite_dialog.png b/content/self-host/nat-loopback-issues/images/adguard_home_dns_rewrite_dialog.png similarity index 100% rename from content/self-host/rustdesk-server-oss/nat-loopback-issues/images/adguard_home_dns_rewrite_dialog.png rename to content/self-host/nat-loopback-issues/images/adguard_home_dns_rewrite_dialog.png diff --git a/content/self-host/rustdesk-server-oss/nat-loopback-issues/images/adguard_home_dns_rewrite_final_result.png b/content/self-host/nat-loopback-issues/images/adguard_home_dns_rewrite_final_result.png similarity index 100% rename from content/self-host/rustdesk-server-oss/nat-loopback-issues/images/adguard_home_dns_rewrite_final_result.png rename to content/self-host/nat-loopback-issues/images/adguard_home_dns_rewrite_final_result.png diff --git a/content/self-host/rustdesk-server-oss/nat-loopback-issues/images/pi_hole_disable_blocking.png b/content/self-host/nat-loopback-issues/images/pi_hole_disable_blocking.png similarity index 100% rename from content/self-host/rustdesk-server-oss/nat-loopback-issues/images/pi_hole_disable_blocking.png rename to content/self-host/nat-loopback-issues/images/pi_hole_disable_blocking.png diff --git a/content/self-host/rustdesk-server-oss/nat-loopback-issues/images/pi_hole_local_dns_dns_records.png b/content/self-host/nat-loopback-issues/images/pi_hole_local_dns_dns_records.png similarity index 100% rename from content/self-host/rustdesk-server-oss/nat-loopback-issues/images/pi_hole_local_dns_dns_records.png rename to content/self-host/nat-loopback-issues/images/pi_hole_local_dns_dns_records.png diff --git a/content/self-host/rustdesk-server-oss/_index.en.md b/content/self-host/rustdesk-server-oss/_index.en.md index 935e4cf..6d2a112 100755 --- a/content/self-host/rustdesk-server-oss/_index.en.md +++ b/content/self-host/rustdesk-server-oss/_index.en.md @@ -7,3 +7,7 @@ pre: "2.1. " Please join our [Discord](https://discord.com/invite/nDceKgxnkV) if you would like to talk with us about self-hosting your own [open source RustDesk Server](https://github.com/rustdesk/rustdesk-server). {{% children depth="3" showhidden="true" %}} + +{{% notice note %}} +If you build you own server on your home/office, and can't connect it though public IP/domain, please check [this article](https://rustdesk.com/docs/en/self-host/nat-loopback-issues/). +{{% /notice %}} \ No newline at end of file diff --git a/content/self-host/rustdesk-server-pro/_index.en.md b/content/self-host/rustdesk-server-pro/_index.en.md index b38a280..cfdbcea 100644 --- a/content/self-host/rustdesk-server-pro/_index.en.md +++ b/content/self-host/rustdesk-server-pro/_index.en.md @@ -21,7 +21,9 @@ RustDesk Server Pro has more features compared to the open source version. {{% notice note %}} RustDesk Client ≥ 1.2.0 required {{% /notice %}} - +{{% notice note %}} +If you build you own server on your home/office, and can't connect it though public IP/domain, please check [this article](https://rustdesk.com/docs/en/self-host/nat-loopback-issues/). +{{% /notice %}} ### Hardware requirement Lowest level VPS is enough for your use case. The server software is not CPU and memory intensive. Our public ID server hosted on a 2 CPU/4 GB Vultr server serves 1.5+ million endpoints.