mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-24 04:45:07 +02:00
DNS settings first commit and static host management
This commit is contained in:
parent
2e8ac8669c
commit
13702c664e
13 changed files with 251 additions and 0 deletions
6
dns/apps.py
Normal file
6
dns/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class DnsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'dns'
|
Loading…
Add table
Add a link
Reference in a new issue