mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-21 19:34: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
|
@ -21,6 +21,7 @@ class DNSSettingsForm(forms.ModelForm):
|
|||
self.helper = FormHelper()
|
||||
self.fields['dns_primary'].label = 'Primary Resolver'
|
||||
self.fields['dns_secondary'].label = 'Secondary Resolver'
|
||||
self.fields['dns_primary'].required = True
|
||||
self.helper.form_method = 'post'
|
||||
self.helper.layout = Layout(
|
||||
Fieldset(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue