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

Settings

Account

Change username

Change password

Tunnel Management

Restart wg-quick@wg-diglett. Briefly interrupts traffic.

Re-fetch configuration from the edge server.

{% if request_path == '/settings' and error == 'confirm-reenrol' %}
{% else %} Force Re-enrol {% endif %}

Deletes local identity and re-enrols. Assigns a new tunnel IP. Existing client configs will stop working.

Danger Zone

{% if error == 'confirm-deregister' %}
{% else %} Deregister and Uninstall {% endif %}

Removes this instance from the edge and stops all services. This cannot be undone.

{% endblock %}