Dns over https option #161

This commit is contained in:
Koitharu
2022-05-12 12:19:01 +03:00
parent 58ff7c9235
commit 48e232e04e
10 changed files with 122 additions and 4 deletions

View File

@@ -14,6 +14,12 @@
android:persistent="false"
android:title="@string/suggestions" />
<ListPreference
android:entries="@array/doh_providers"
android:key="doh"
android:title="@string/dns_over_https"
app:useSimpleSummaryProvider="true" />
<Preference
android:key="local_storage"
android:persistent="false"