mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-28 01:07:03 +00:00
Version information
This commit is contained in:
parent
845fb82b22
commit
32ff04fbf6
@ -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…
x
Reference in New Issue
Block a user