From 8c1f2e0c8562fe67b0cef49968b44bc27f1cd46b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 28 Dec 2023 04:02:14 +0100 Subject: [PATCH] better docs --- doc/ADMIN.md | 2 +- doc/PRE_UPGRADE.d/0.107.43~ynh4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 0e6ce97..73c2a91 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -15,7 +15,7 @@ The right IP to use are shown in the "Setup Guide" page of your AdGuard Home ins If you would expose the port 53 on Internet, you'll be able to use the public IP of your server (the same as in your domain name DNS settings) on any device outside your home network. **Warning:** you should not have public IPs of the config file if the port 53 is **not exposed** on Internet (else: AGH crashes) -They should be automatically removed when upgrading this package or when modifiying this port 53 exposure setting, but it's in the docs just in case. +Please note: They should be automatically removed when upgrading this package or when modifiying this port 53 exposure setting, but it's in the docs just in case. You can remove them in your config file `/var/www/adguardhome/AdGuardHome.yaml` in the `dns: bind_hosts:` section. Any IP that doesn't start with the folowing are public ones: diff --git a/doc/PRE_UPGRADE.d/0.107.43~ynh4 b/doc/PRE_UPGRADE.d/0.107.43~ynh4 index ca9c173..727cee3 100644 --- a/doc/PRE_UPGRADE.d/0.107.43~ynh4 +++ b/doc/PRE_UPGRADE.d/0.107.43~ynh4 @@ -11,5 +11,5 @@ It's really important to use the configuration panel to activate or deactivate t This is because YunoHost needs to perform actions such as automatically opening or closing the server's ports and refresh the IP to provide to AdGuard Home, which cannot be done without going through the configuration panel. This update is at risk of crashing AdGuard Home, so: -If any trouble or question, please refer to [the package's admin docs](https://github.com/YunoHost-Apps/adguardhome_ynh/blob/master/doc/ADMIN.md)! ^w^ -If needed and a similar issue does not already exist, please [open an issue on the GitHub's package page](https://github.com/YunoHost-Apps/adguardhome_ynh/issues)! +- If any trouble or question, please refer to [the package's admin docs](https://github.com/YunoHost-Apps/adguardhome_ynh/blob/master/doc/ADMIN.md)! In any case, we recommend reading it! ^w^ +- If needed and a similar issue does not already exist, please [open an issue on the GitHub's package page](https://github.com/YunoHost-Apps/adguardhome_ynh/issues)!