++vpn network
This commit is contained in:
parent
5716cae900
commit
cf948b03a8
7 changed files with 65 additions and 62 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue