[vpn/doc] update docs
This commit is contained in:
parent
689375a2fe
commit
cdab685269
4 changed files with 24 additions and 80 deletions
|
|
@ -82,7 +82,7 @@ class WireGuardVPN(models.Model):
|
|||
|
||||
pool_index = models.IntegerField(unique=True)
|
||||
|
||||
wireguard_public_key = models.CharField(max_length=48)
|
||||
wireguard_public_key = models.CharField(max_length=48, unique=True)
|
||||
|
||||
@property
|
||||
def network_mask(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue