UX hint on profile name

Add explicit label for Algo-generated VPNs. If the user has multiple (non-Algo) VPNs for home/office, there is typically a label other than an IP address and "IKEv2".  This can be seen, for example, on OSX on the top menu bar for networks.
This commit is contained in:
kennwhite 2016-12-19 15:21:02 -05:00 committed by GitHub
parent 8a4057590c
commit d2aa52f4e9

View file

@ -138,9 +138,9 @@
</dict>
<key>UserDefinedName</key>
{% if proxy_enabled is defined and proxy_enabled == true %}
<string>{{ IP_subject_alt_name }} IKEv2 with proxy</string>
<string>Algo VPN {{ IP_subject_alt_name }} IKEv2 with proxy</string>
{% else %}
<string>{{ IP_subject_alt_name }} IKEv2</string>
<string>Algo VPN {{ IP_subject_alt_name }} IKEv2</string>
{% endif %}
<key>VPNType</key>
<string>IKEv2</string>