{% extends 'pages/_install_base.html' %} {% load i18n %} {% load dltags %} {% block pagetitle %} {% trans "Install on macOS" %} {% endblock %} {% block wireguard_import %} {% trans "Import the configuration in WireGuard."%} {% endblock %} {% block openvpn_setup %}
  1. {% blocktrans trimmed with url="https://tunnelblick.net/" %} Download and install TunnelBlick. {% endblocktrans %}
  2. {% blocktrans trimmed %} In your account, download a .ovpn configuration file, and import it in TunnelBlick. {% endblocktrans %}
  3. {% trans "Connect to the newly added connection." %}
{% endblock %}