{% extends "base.html" %} {% block title %}Settings - WireGuard Admin{% endblock %} {% block breadcrumbs %}/ Settings{% endblock %} {% block content %}

Settings

Interface
{{ settings.wg_interface }}
Server public key
{{ server_public }}
Endpoint host
{{ settings.wg_host }}
Listen port
{{ settings.wg_port }}
Subnet
{{ settings.wg_subnet }}
Client DNS
{{ settings.wg_dns }}
Client AllowedIPs
{{ settings.wg_allowed_ips }}
Keepalive
{{ settings.wg_persistent_keepalive }}s

Settings are read from environment variables / .env and require a restart to change.

{% endblock %}