From 6771177ca9cd1458726c10cb4fa4797c0e95688e Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 30 Oct 2022 21:23:34 +0000 Subject: [PATCH] Update DNS server strings --- app/src/main/res/layout/dialog_add_dns_server.xml | 2 +- app/src/main/res/values/strings.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/dialog_add_dns_server.xml b/app/src/main/res/layout/dialog_add_dns_server.xml index 341c502..f779d30 100644 --- a/app/src/main/res/layout/dialog_add_dns_server.xml +++ b/app/src/main/res/layout/dialog_add_dns_server.xml @@ -16,7 +16,7 @@ android:id="@+id/textView2" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="Enter the IP address of DNS server to add. It will be used by OS and all apps when Yggdrasil starts." /> + android:text="Enter the IP address of the DNS server to add. Note that all DNS requests, including for non-Yggdrasil internet hostnames, will be sent to these servers." /> Yggdrasil - Yggdrasil will use these DNS servers in VPN config when service starts. All your DNS requests will be resolved by them. - Yggdrasil will not configure any DNS servers when service starts. All your DNS requests will be resolved by system resolver. - These are DNS servers run by community members. Click plus button to add them to a list above. Long-tap to see more info. + Use these DNS servers while Yggdrasil is running. Note that all DNS requests, including for non-Yggdrasil internet hostnames, will be sent to these servers. + Yggdrasil will not configure any DNS servers when the service starts. All DNS requests will be resolved by the default resolver. + These DNS servers are provided by community members. Click the + button to add them to the list above. Long-tap to see more info. No servers configured Configured servers The server supports resolving regular ICANN domains, ALFIS domains, OpenNIC domains.\n\nAlso, it blocks ads, analytics and malware websites.\n\nThe server is run by Revertron. @@ -15,6 +15,6 @@ DNS Usable servers Fix Chrome-based browsers - Chrome-based browsers need an additional fix to understand that you have IPv6 connectivity. + If you do not have IPv6 internet connectivity, this option should help Chrome-based browsers to resolve Yggdrasil domain names correctly. DNS fixes \ No newline at end of file