mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-14 20:35:10 +02:00
Add support for additional allowed hosts in environment configuration
This commit is contained in:
parent
06068fdc4c
commit
8708850143
8 changed files with 36 additions and 10 deletions
|
@ -147,6 +147,6 @@ STATICFILES_DIRS = [
|
|||
DNS_CONFIG_FILE = '/etc/dnsmasq/wireguard_webadmin_dns.conf'
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
WIREGUARD_WEBADMIN_VERSION = 9965
|
||||
WIREGUARD_WEBADMIN_VERSION = 9966
|
||||
|
||||
from wireguard_webadmin.production_settings import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue