diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-10-29 13:04:35 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-10-29 13:04:35 +0100 |
| commit | 4be425e950af7595c35dbfb4ef51eb7e68aac058 (patch) | |
| tree | 76a26c71c776d8f04682ed63149692ee6c3353d2 /android/lib | |
| parent | ee85ee6bda35d5c55110d5372ccce39e29098772 (diff) | |
| parent | ca9f10956f6f64fe350bc0d1500251e45182b93f (diff) | |
| download | mullvadvpn-4be425e950af7595c35dbfb4ef51eb7e68aac058.tar.xz mullvadvpn-4be425e950af7595c35dbfb4ef51eb7e68aac058.zip | |
Merge branch 'add-info-dialog-droid-1487'
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 2 |
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> |
