mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-04 02:04:27 +02:00
DNS apply configuration
This commit is contained in:
parent
414bc8076a
commit
da1513e560
4 changed files with 54 additions and 5 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'
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
WIREGUARD_WEBADMIN_VERSION = 9607
|
||||
|
||||
from wireguard_webadmin.production_settings import *
|
||||
from wireguard_webadmin.production_settings import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue