++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

@ -29,6 +29,8 @@ class WireGuardVPN(models.Model):
"""
Created VPNNetworks
"""
owner = models.ForeignKey(get_user_model(),
on_delete=models.CASCADE)
vpnpool = models.ForeignKey(WireGuardVPNPool,
on_delete=models.CASCADE)