summaryrefslogtreecommitdiff
path: root/res/xml/vpn_ipsettings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/vpn_ipsettings.xml')
-rw-r--r--res/xml/vpn_ipsettings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/xml/vpn_ipsettings.xml b/res/xml/vpn_ipsettings.xml
index 79356e69..a018321f 100644
--- a/res/xml/vpn_ipsettings.xml
+++ b/res/xml/vpn_ipsettings.xml
@@ -40,8 +40,12 @@
</PreferenceCategory>
<PreferenceCategory android:title="Routing" >
<CheckBoxPreference
- android:defaultValue="true"
- android:dependency="usePull"
+ android:title="Ignore pushed routes"
+ android:key="routenopull"
+ android:summary="Ignore routed pushed by the server."
+
+ />
+ <CheckBoxPreference
android:disableDependentsState="true"
android:key="useDefaultRoute"
android:summary="Redirects all Traffic over the VPN"