summaryrefslogtreecommitdiff
path: root/res/xml/vpn_routing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/vpn_routing.xml')
-rw-r--r--res/xml/vpn_routing.xml56
1 files changed, 0 insertions, 56 deletions
diff --git a/res/xml/vpn_routing.xml b/res/xml/vpn_routing.xml
deleted file mode 100644
index 0f006431..00000000
--- a/res/xml/vpn_routing.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <CheckBoxPreference
- android:key="routenopull"
- android:summary="@string/ignore_routes_summary"
- android:title="@string/ignored_pushed_routes" />
-
- <CheckBoxPreference
- android:title="@string/blocklocal_title"
- android:summary="@string/blocklocal_summary"
- android:key="unblockLocal"
- />
-
- <PreferenceCategory android:title="@string/ipv4" >
- <CheckBoxPreference
- android:disableDependentsState="true"
- android:key="useDefaultRoute"
- android:summary="@string/default_route_summary"
- android:title="@string/use_default_title" />
-
- <EditTextPreference
- android:dependency="useDefaultRoute"
- android:dialogMessage="@string/custom_route_message"
- android:key="customRoutes"
- android:title="@string/custom_routes_title" />
-
- <EditTextPreference
- android:dependency="useDefaultRoute"
- android:dialogMessage="@string/custom_route_message_excluded"
- android:key="excludedRoutes"
- android:title="@string/custom_routes_title_excluded" />
- </PreferenceCategory>
- <PreferenceCategory android:title="@string/ipv6" >
- <CheckBoxPreference
- android:disableDependentsState="true"
- android:key="useDefaultRoutev6"
- android:summary="@string/default_route_summary"
- android:title="@string/use_default_title" />
-
- <EditTextPreference
- android:dependency="useDefaultRoutev6"
- android:dialogMessage="@string/custom_route_message"
- android:key="customRoutesv6"
- android:title="@string/custom_routes_title" />
-
- <!-- disable for now. Not supported by OpenVPN itself -->
- <EditTextPreference
- android:enabled="false"
- android:dependency="useDefaultRoute"
- android:dialogMessage="@string/custom_route_message_excluded"
- android:key="excludedRoutesv6"
- android:title="@string/custom_routes_title_excluded" />
- </PreferenceCategory>
-
-</PreferenceScreen> \ No newline at end of file