Mask for private key on Peer and Wireguard instance forms.

This commit is contained in:
Eduardo Silva 2024-03-08 12:32:05 -03:00
parent 54806edeb6
commit 013f120756
3 changed files with 51 additions and 3 deletions

View file

@ -129,6 +129,6 @@ STATICFILES_DIRS = [
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
WIREGUARD_WEBADMIN_VERSION = 9506
WIREGUARD_WEBADMIN_VERSION = 9507
from wireguard_webadmin.production_settings import *