mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-28 01:07:03 +00:00
Version 0.9501 information
This commit is contained in:
parent
b6a7cdaac9
commit
6d30dae51c
@ -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.
|
||||
|
@ -4,22 +4,13 @@
|
||||
|
||||
<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>
|
||||
<p>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!</p>
|
||||
<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>
|
||||
|
||||
<p>I just introduced the port forwarding feature. It is functioning well, aside from a few minor issues that I intend to resolve shortly.</p>
|
||||
<h3>Known Port Forwarding Issues</h3>
|
||||
<ul>
|
||||
<li>Upon creating a port forwarding rule and updating the service, an initial reload may trigger a warning. This is due to the PostDown script's inability to remove a rule that does not yet exist.</li>
|
||||
<li>Unchecking "Allow Forward" or "Masquerade Source" and then updating the service, fails to properly remove the corresponding iptables rules.</li>
|
||||
<li>Deleting a rule and reloading the service does not properly remove the corresponding iptables rules.</li>
|
||||
</ul>
|
||||
<p>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.</p>
|
||||
<br>
|
||||
<h3>Upcoming Enhancements</h3>
|
||||
<ul>
|
||||
<li>Implementing AllowedIPs in the client configuration.</li>
|
||||
<li>Revising the firewall logic for PostUp/PostDown scripts.</li>
|
||||
<li>Developing a straightforward firewall management interface.</li>
|
||||
<li>Improving "Pending changes" notification and separation (WireGuard from Firewall)</li>
|
||||
</ul>
|
||||
|
||||
<p>Stay tuned to our GitHub page for imminent updates to this project.</p>
|
||||
|
@ -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 *
|
Loading…
x
Reference in New Issue
Block a user