{% extends "base.html" %} {% block head %}{% endblock %} {% block content %}

Dashboard

Tunnel status
{{ health|upper }}

Last handshake {{ handshake_age if handshake_age is not none else "unknown" }} seconds ago

Instance

{{ instance_short or "Not enrolled" }}

Tunnel IP: {{ instance.wg_ip if instance else "none" }}

Edge: wg-diglett.calhta.com:54420

Agent

Agent: {{ agent_state }}

Last heartbeat: {{ heartbeat_age if heartbeat_age is not none else "unknown" }} seconds ago

Version: {{ version }}

Advertised Routes

Routes page
{% if routes %} {% else %}

No routes advertised.

{% endif %}

{{ clients|length }}

{% if latest_client %}

Most recent: {{ latest_client.label }}

{{ latest_client.created_at }}

{% else %}

No client configs created.

{% endif %}

Last updated: 0 seconds ago

{% endblock %}