summaryrefslogtreecommitdiff
path: root/res/xml/vpn_authentification.xml
blob: 11ea3abee639f1509d0fae1eff6558be8a2c843b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

    <CheckBoxPreference
        android:key="remoteServerTLS"
        android:summary="Checks whether the server use a TLS Server Certificate"
        android:title="Except TLS Server" />

    <de.blinkt.openvpn.VPNConfigPreference
        android:title="Whaaaaats UUUUuuuuup?" />
</PreferenceScreen>