Home

{% if conf == [] %}

You don't have any WireGuard configurations yet. Please check the configuration folder or change it in "Settings". By default the folder is "/etc/wireguard".

{% endif %} {% for i in conf %}
CONFIGURATION
{{i['conf']}}
STATUS
{{i['status']}}
PUBLIC KEY
{{i['public_key']}}
{%endfor%}