diff options
| -rw-r--r-- | res/xml/vpn_routing.xml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/res/xml/vpn_routing.xml b/res/xml/vpn_routing.xml index c547518b..0f006431 100644 --- a/res/xml/vpn_routing.xml +++ b/res/xml/vpn_routing.xml @@ -44,7 +44,9 @@              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" | 
