Version information

This commit is contained in:
Eduardo Silva 2024-02-23 18:30:39 -03:00
parent 845fb82b22
commit 32ff04fbf6
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
<h2>TODO list</h2>
<ul>
<li>AllowedIPs on client configuration side.</li>
<li>Make Peer's last handshake permanent</li>
<li>Allow peer portforwarding</li>
</ul>

View File

@ -128,6 +128,6 @@ STATICFILES_DIRS = [
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
WIREGUARD_WEBADMIN_VERSION = 9000
WIREGUARD_WEBADMIN_VERSION = 9010
from wireguard_webadmin.production_settings import *