27 lines
993 B
Diff
27 lines
993 B
Diff
From 6f1a1af9f22b4f9108e4bcea14cb92f379693a86 Mon Sep 17 00:00:00 2001
|
|
From: harvey186 <harvey186@hotmail.com>
|
|
Date: Sun, 24 Sep 2023 16:23:22 +0200
|
|
Subject: [PATCH] 0004-advanced_privacy
|
|
|
|
Change-Id: Ib0cd3c712a27b29a872973b138b292f396a310fa
|
|
---
|
|
res/values/cm_strings.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
|
|
index 76b82cd000..4da3fdca8c 100644
|
|
--- a/res/values/cm_strings.xml
|
|
+++ b/res/values/cm_strings.xml
|
|
@@ -18,7 +18,7 @@
|
|
<!-- Private DNS -->
|
|
<string name="private_dns_mode_cloudflare" translatable="false">Cloudflare DNS</string>
|
|
<!-- Alternative: 1dot1dot1dot1.cloudflare-dns.com -->
|
|
- <string name="private_dns_hostname_cloudflare" translatable="false">one.one.one.one</string>
|
|
+ <string name="private_dns_hostname_cloudflare" translatable="false">9.9.9.9</string>
|
|
|
|
<!-- Advanced keyboard settings -->
|
|
<string name="keyboard_extras_title">Extras</string>
|
|
--
|
|
2.34.1
|
|
|