You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
642 B
Plaintext

{% extends "base" %}
{% block content %}
<meta http-equiv="refresh" content="5">
<section id="top" class="">
<div class="container">
<header>
<h2 class="alt">Home</h2>
<p>The current tunnel configuration and stats are shown below.</p>
</header>
<div class="code">
{{ shell_ps1 }} <strong>w</strong>
{{ w }}
{{ shell_ps1 }} <strong>wg show</strong>
{% if show_config %}{{ show_config }}{% else %}It doesn't look like the tunnel interface is up yet.{% endif %}
{{ shell_ps1 }} <strong>netstat -tan | grep "ESTABLISHED\|CLOSE_WAIT"</strong>
{{ netstat_info }}
</div>
</div>
</section>
{% endblock content %}