mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-22 20:04:29 +02:00
Version information
This commit is contained in:
parent
845fb82b22
commit
32ff04fbf6
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
||||||
<h2>TODO list</h2>
|
<h2>TODO list</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>AllowedIPs on client configuration side.</li>
|
<li>AllowedIPs on client configuration side.</li>
|
||||||
<li>Make Peer's last handshake permanent</li>
|
|
||||||
<li>Allow peer portforwarding</li>
|
<li>Allow peer portforwarding</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -128,6 +128,6 @@ STATICFILES_DIRS = [
|
||||||
|
|
||||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
|
|
||||||
WIREGUARD_WEBADMIN_VERSION = 9000
|
WIREGUARD_WEBADMIN_VERSION = 9010
|
||||||
|
|
||||||
from wireguard_webadmin.production_settings import *
|
from wireguard_webadmin.production_settings import *
|
Loading…
Add table
Add a link
Reference in a new issue