summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-10-28 16:18:48 +0100
committerDavid Göransson <david.goransson@mullvad.net>2024-10-29 13:04:02 +0100
commit7620b58cd9384fc8de98eeb9e47363eff683ca51 (patch)
tree53038073e333c3aa305d776b7068cd25ae9c84c4 /android/lib/resource
parentee85ee6bda35d5c55110d5372ccce39e29098772 (diff)
downloadmullvadvpn-7620b58cd9384fc8de98eeb9e47363eff683ca51.tar.xz
mullvadvpn-7620b58cd9384fc8de98eeb9e47363eff683ca51.zip
Add info dialog
Diffstat (limited to 'android/lib/resource')
-rw-r--r--android/lib/resource/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml
index a9ce59fca2..aea61113ad 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -396,4 +396,6 @@
<string name="changelog_title">Changelog</string>
<string name="version">Version</string>
<string name="local_network_sharing_info_block_connections_warning">Attention: If \"Block connections without VPN\" is enabled, \"Local network sharing\" will not work.</string>
+ <string name="encrypted_dns_proxy_info_message_part1">With the “Encrypted DNS proxy” method, the app will communicate with our Mullvad API through a proxy address. It does this by retrieving an address from a DNS over HTTPS (DoH) server and then using that to reach our API servers.</string>
+ <string name="encrypted_dns_proxy_info_message_part2">If you are not connected to our VPN, then the Encrypted DNS proxy will use your own non-VPN IP when connecting. The DoH servers are hosted by one of the following providers: Quad 9, CloudFlare, or Google.</string>
</resources>