diff --git a/README.md b/README.md index 0f386fe..0636222 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ wireguard_webadmin is a full-featured yet easy-to-configure web interface for ma ## Features +- **Advanced Firewall Management**: Experience effortless and comprehensive VPN firewall management, designed for simplicity and effectiveness. - **Port Forwarding**: Seamlessly redirect TCP or UDP ports to peers or networks located beyond those peers with ease! - **Multi-User Support**: Manage access with different permission levels for each user. - **Multiple WireGuard Instances**: Enables separate management for peers across multiple instances. diff --git a/templates/wireguard/welcome.html b/templates/wireguard/welcome.html index 0343a10..6c8347a 100644 --- a/templates/wireguard/welcome.html +++ b/templates/wireguard/welcome.html @@ -4,22 +4,13 @@
WireGuard WebAdmin is a web-based interface designed for managing WireGuard VPN, a remarkably simple, fast, and modern VPN that employs cutting-edge cryptography.
-I have dedicated significant effort to this project over the past few weeks and am thrilled to announce that the primary functionalities are performing as anticipated!
+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
-I just introduced the port forwarding feature. It is functioning well, aside from a few minor issues that I intend to resolve shortly.
-These issues are on my radar for fixes in the near future. In the meantime, restarting the main Docker container will cause the firewall to rebuild as expected, eliminating any lingering rules.
Stay tuned to our GitHub page for imminent updates to this project.
diff --git a/wireguard_webadmin/settings.py b/wireguard_webadmin/settings.py index 3cd379f..9b7733b 100644 --- a/wireguard_webadmin/settings.py +++ b/wireguard_webadmin/settings.py @@ -129,6 +129,6 @@ STATICFILES_DIRS = [ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' -WIREGUARD_WEBADMIN_VERSION = 9201 +WIREGUARD_WEBADMIN_VERSION = 9501 from wireguard_webadmin.production_settings import * \ No newline at end of file