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

Home

The current tunnel configuration and stats are shown below.

{{ shell_ps1 }} w {{ w }} {{ shell_ps1 }} wg show {% if show_config %}{{ show_config }}{% else %}It doesn't look like the tunnel interface is up yet.{% endif %} {{ shell_ps1 }} netstat -tan | grep "ESTABLISHED\|CLOSE_WAIT" {{ netstat_info }}
{% endblock content %}