begin phasing in vpn support [poc]
This commit is contained in:
parent
0fd5ac18cd
commit
7f32d05cd4
10 changed files with 137 additions and 4 deletions
|
|
@ -171,8 +171,6 @@ class VPNNetwork(models.Model):
|
|||
|
||||
wireguard_public_key = models.CharField(max_length=48)
|
||||
|
||||
# default_recurring_period = RecurringPeriod.PER_365D
|
||||
|
||||
@property
|
||||
def recurring_price(self):
|
||||
return 120
|
||||
|
|
@ -185,6 +183,7 @@ class VPNNetwork(models.Model):
|
|||
print("deleted {}".format(self))
|
||||
|
||||
|
||||
|
||||
class ReverseDNSEntry(models.Model):
|
||||
"""
|
||||
A reverse DNS entry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue