18 lines
718 B
HTML
Raw Normal View History

2024-02-14 16:36:01 -03:00
{% extends "base.html" %}
{% block content %}
2024-02-15 23:08:03 -03:00
<h1>Welcome to wireguard_webadmin</h1>
<p>I've been working hard on it over the past week and plan to continue making corrections and finishing it in the coming days.</p>
<p>Currently, it's quite functional, but there's still a need to polish various aspects of the interface to enhance usability.</p>
<p>If you encounter any issues or have suggestions, please open an issue on GitHub so I can review it.</p>
<h2>TODO list</h2>
2024-02-15 23:08:03 -03:00
<ul>
<li>AllowedIPs on client configuration side.</li>
2024-02-23 14:23:22 -03:00
<li>Allow peer portforwarding</li>
2024-02-15 23:08:03 -03:00
</ul>
2024-02-15 23:08:03 -03:00
<p>Keep checking the GitHub page, I will be updating this project very soon.</p>
2024-02-14 16:36:01 -03:00
{% endblock %}