From da2762dc28ecee0a982c5f74eab209a3c57e4e4a Mon Sep 17 00:00:00 2001 From: ss-orlova <95080242+ss-orlova@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:28:39 +0300 Subject: [PATCH 1/2] Add an article about deleting a DNS profile --- .../solving-problems/delete-dns-profile.md | 44 +++++++++++++++++++ .../solving-problems/icloud-private-relay.md | 2 +- .../solving-problems/known-issues.md | 2 +- 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 docs/private-dns/solving-problems/delete-dns-profile.md diff --git a/docs/private-dns/solving-problems/delete-dns-profile.md b/docs/private-dns/solving-problems/delete-dns-profile.md new file mode 100644 index 000000000..a4649f033 --- /dev/null +++ b/docs/private-dns/solving-problems/delete-dns-profile.md @@ -0,0 +1,44 @@ +--- +title: How to delete a DNS profile +sidebar_position: 3 +--- + +If you need to disconnect your iPhone, iPad, or Mac with a configured DNS profile from your DNS server, you need to delete that DNS profile. Here's how to do it. + +On your Mac: + +1. Open *System Settings*. + +1. Click *Privacy & Security*. + +1. Scroll down to *Profiles*. + + ![Profiles](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/profiles.png) + +1. Select a profile and click `–`. + + ![Deleting a profile](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/delete.png) + +1. Confirm the deletion. + + ![Confirmation](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/confirm.png) + +On your iOS device: + +1. Open *Settings*. + +1. Select *General*. + + ![General settings *mobile](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/general.jpeg) + +1. Scroll down to *VPN & Device Management*. + + ![VPN & Device Management *mobile](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/vpn.jpeg) + +1. Select the desired profile and tap *Remove Profile*. + + ![Profile *mobile](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/profile.jpeg) + + ![Deleting a profile *mobile](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/remove.jpeg) + +1. Enter your device password to confirm the deletion. diff --git a/docs/private-dns/solving-problems/icloud-private-relay.md b/docs/private-dns/solving-problems/icloud-private-relay.md index d7a52f2a9..2c57c12f9 100644 --- a/docs/private-dns/solving-problems/icloud-private-relay.md +++ b/docs/private-dns/solving-problems/icloud-private-relay.md @@ -1,6 +1,6 @@ --- title: Using alongside iCloud Private Relay -sidebar_position: 1 +sidebar_position: 2 toc_min_heading_level: 3 toc_max_heading_level: 4 --- diff --git a/docs/private-dns/solving-problems/known-issues.md b/docs/private-dns/solving-problems/known-issues.md index dab3515f4..fa26571b8 100644 --- a/docs/private-dns/solving-problems/known-issues.md +++ b/docs/private-dns/solving-problems/known-issues.md @@ -1,6 +1,6 @@ --- title: Known issues -sidebar_position: 2 +sidebar_position: 1 --- After setting up AdGuard DNS, some users may find that it doesn’t work properly: they see a message that their device is not connected to AdGuard DNS and the requests from that device are not displayed in the Query log. This can happen because of certain hidden settings in your browser or operating system. Let’s look at several common issues and their solutions. From 6067d1dda466d3f3a8ae6134ca0f08be6438cb9a Mon Sep 17 00:00:00 2001 From: ss-orlova <95080242+ss-orlova@users.noreply.github.com> Date: Fri, 13 Oct 2023 19:37:50 +0300 Subject: [PATCH 2/2] =?UTF-8?q?Delete=20=E2=86=92=20remove?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{delete-dns-profile.md => remove-dns-profile.md} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename docs/private-dns/solving-problems/{delete-dns-profile.md => remove-dns-profile.md} (88%) diff --git a/docs/private-dns/solving-problems/delete-dns-profile.md b/docs/private-dns/solving-problems/remove-dns-profile.md similarity index 88% rename from docs/private-dns/solving-problems/delete-dns-profile.md rename to docs/private-dns/solving-problems/remove-dns-profile.md index a4649f033..d9a10224c 100644 --- a/docs/private-dns/solving-problems/delete-dns-profile.md +++ b/docs/private-dns/solving-problems/remove-dns-profile.md @@ -1,9 +1,9 @@ --- -title: How to delete a DNS profile +title: How to remove a DNS profile sidebar_position: 3 --- -If you need to disconnect your iPhone, iPad, or Mac with a configured DNS profile from your DNS server, you need to delete that DNS profile. Here's how to do it. +If you need to disconnect your iPhone, iPad, or Mac with a configured DNS profile from your DNS server, you need to remove that DNS profile. Here's how to do it. On your Mac: @@ -19,7 +19,7 @@ On your Mac: ![Deleting a profile](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/delete.png) -1. Confirm the deletion. +1. Confirm the removal. ![Confirmation](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/confirm.png) @@ -41,4 +41,4 @@ On your iOS device: ![Deleting a profile *mobile](https://cdn.adtidy.org/content/kb/dns/private/solving_problems/deleting-dns-profile/remove.jpeg) -1. Enter your device password to confirm the deletion. +1. Enter your device password to confirm the removal.