mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-31 08:14:52 +02:00
DNS Container and docker compose
This commit is contained in:
parent
da1513e560
commit
aefd3f698b
18 changed files with 175 additions and 20 deletions
|
@ -131,9 +131,9 @@ STATICFILES_DIRS = [
|
|||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
|
||||
UNBOUND_CONFIG = '/config/unbound.conf'
|
||||
DNS_CONFIG_FILE = '/etc/dnsmasq/wireguard_webadmin_dns.conf'
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
WIREGUARD_WEBADMIN_VERSION = 9607
|
||||
WIREGUARD_WEBADMIN_VERSION = 9609
|
||||
|
||||
from wireguard_webadmin.production_settings import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue