diff options
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" |