[vpn/doc] update docs

This commit is contained in:
Nico Schottelius 2020-12-20 19:37:12 +01:00
commit cdab685269
4 changed files with 24 additions and 80 deletions

View file

@ -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):