mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-31 16:25:05 +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
|
@ -16,7 +16,7 @@ class WireGuardInstanceForm(forms.ModelForm):
|
|||
post_down = forms.CharField(label='Post Down', required=False)
|
||||
peer_list_refresh_interval = forms.IntegerField(label='Web Refresh Interval', initial=20)
|
||||
dns_primary = forms.GenericIPAddressField(label='Primary DNS', initial='1.1.1.1', required=False)
|
||||
dns_secondary = forms.GenericIPAddressField(label='Secondary DNS', initial='1.0.0.1', required=False)
|
||||
dns_secondary = forms.GenericIPAddressField(label='Secondary DNS', initial='', required=False)
|
||||
|
||||
class Meta:
|
||||
model = WireGuardInstance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue