2024-02-14 16:36:01 -03:00
{% extends "base.html" %}
{% block content %}
2024-02-15 23:08:03 -03:00
2024-02-26 18:55:04 -03:00
< h1 > Welcome to WireGuard WebAdmin< / h1 >
< p > WireGuard WebAdmin is a web-based interface designed for managing WireGuard VPN, a remarkably simple, fast, and modern VPN that employs cutting-edge cryptography.< / p >
2024-03-04 13:10:57 -03:00
< p > I have dedicated significant effort to this project over the past few weeks and am thrilled to announce that we are now close to version 1.0< / p >
2024-02-26 18:55:04 -03:00
< br >
< h3 > Upcoming Enhancements< / h3 >
< ul >
2024-03-04 13:10:57 -03:00
< li > Improving "Pending changes" notification and separation (WireGuard from Firewall)< / li >
2024-02-26 18:55:04 -03:00
< / ul >
< p > Stay tuned to our GitHub page for imminent updates to this project.< / p >
2024-02-15 23:08:03 -03:00
2024-02-14 16:36:01 -03:00
{% endblock %}