{% extends 'base.html' %} {% from '_partials/page_header.html' import page_header %} {% block title %}VPN · WireGuard Client{% endblock %} {% block content %} {{ page_header('VPN', tabs=tabs, active_tab='wireguard_client') }}

This device as a WireGuard client

{{ uplink.connection_name }} · dials out to a server · {{ uplink.address }}
{{ uplink.interface_status }}

Server

the single remote peer this device tunnels to
Endpoint
{{ uplink.hub.endpoint }}
Server public key
{{ uplink.hub.public_key }}
Allowed IPs
{{ uplink.hub.allowed_ips }}
Persistent keepalive
{{ uplink.hub.persistent_keepalive }}s
Last handshake
{{ uplink.hub.last_handshake or 'never' }}
RX / TX
{{ uplink.hub.rx_bytes }} / {{ uplink.hub.tx_bytes }} B
{% endblock %}