++vpn network

This commit is contained in:
Nico Schottelius 2020-12-13 13:28:43 +01:00
commit cf948b03a8
7 changed files with 65 additions and 62 deletions

View file

@ -8,5 +8,4 @@ class WireGuardVPNForm(forms.ModelForm):
class Meta:
model = WireGuardVPN
fields = [ "wireguard_public_key" ]