mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 23:24:01 +02:00
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:
parent
8a4057590c
commit
d2aa52f4e9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue