{% include 'includes/head.html' %} {% include 'includes/logo_header.html' %}
{% include 'includes/message_display.html' %}
VPN Status

Status
{{status}}
VPN Port
{{port}}
Port Forwarded
{% if port_forwarded %}
{% else %}

Please forward port 51194 to your node's local IP address

{% endif %}
Public IP Address
{{public_ip}} {% if 'Failed to find' in public_ip or 'not_detected' in public_ip %}
Refresh {% endif %}
Download OVPN File
{% if vpn_file_exists %} download {% else %} Generating file... {% endif %}
Regenerate VPN Files
{% if vpn_file_exists %} regenerate {% else %} Generating file... {% endif %}
{% include 'includes/footer.html' %}