Add link to the PCAPdroid DoH docs

See #211
This commit is contained in:
emanuele-f 2024-01-28 18:37:48 +01:00
parent c0bea0227b
commit 26287640fd
2 changed files with 9 additions and 0 deletions

View File

@ -496,4 +496,5 @@
<string name="mitm_doze_notice">Battery optimization may interfere with the mitm addon</string>
<string name="redirected">redirected</string>
<string name="connection_redirected_port_map">This connection has been redirected due to a port mapping rule</string>
<string name="dnscrypt_how_to">How to use DoH / DNSCrypt with PCAPdroid</string>
</resources>

View File

@ -52,6 +52,14 @@
app:iconSpaceReserved="false"
app:defaultValue="true" />
<Preference
app:key="dnscrypt_link"
app:title="@string/dnscrypt_how_to"
app:iconSpaceReserved="false">
<intent android:action="android.intent.action.VIEW"
android:data="https://emanuele-f.github.io/PCAPdroid/advanced_features#42-doh-support" />
</Preference>
<Preference
android:key="geolocation"
app:title="@string/geolocation"