Tunnel status
{{ health|upper }}
Last handshake {{ handshake_age if handshake_age is not none else "unknown" }} seconds ago
{% extends "base.html" %} {% block content %}
Last handshake {{ handshake_age if handshake_age is not none else "unknown" }} seconds ago
Tunnel IP: {{ instance.wg_ip if instance else "none" }}
Edge: wg-diglett.calhta.com:54420
Agent: {{ agent_state }}
Last heartbeat: {{ heartbeat_age if heartbeat_age is not none else "unknown" }} seconds ago
Version: {{ version }}
No routes advertised.
{% endif %}{{ clients|length }}
{% if latest_client %}Most recent: {{ latest_client.label }}
{{ latest_client.created_at }}
{% else %}No client configs created.
{% endif %}