diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-02-02 18:01:03 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-02-02 18:01:03 +0100 |
commit | 83a741a917e56f1d6079a95394f72a2c7cf709ed (patch) | |
tree | 89dd03c401d995e878fd5dd7025202b6af2a460b /res/xml | |
parent | ec5b4540d6f163861c6d639e5aba853e8702aae1 (diff) |
Implement bypassing the VPN when accessing local resources
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/vpn_routing.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/vpn_routing.xml b/res/xml/vpn_routing.xml index ce19a500..298f488f 100644 --- a/res/xml/vpn_routing.xml +++ b/res/xml/vpn_routing.xml @@ -6,6 +6,12 @@ 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" |