mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 23:36:11 +01:00
dns replication
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
# This is an auto-generated Django model module.
|
||||
# You'll have to do the following manually to clean this up:
|
||||
# * Rearrange models' order
|
||||
# * Make sure each model has one field with primary_key=True
|
||||
# * Make sure each ForeignKey has `on_delete` set to the desired behavior.
|
||||
# * Remove `managed = False` lines if you wish to allow Django to create, modify, and delete the table
|
||||
# Feel free to rename the models, but don't rename db_table values or field names.
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models
|
||||
@@ -91,10 +84,3 @@ class Tsigkeys(models.Model):
|
||||
class Meta:
|
||||
db_table = 'tsigkeys'
|
||||
unique_together = (('name', 'algorithm'),)
|
||||
|
||||
|
||||
|
||||
class DNSMaster:
|
||||
type = models.CharField(max_length=5, default='NATIVE')
|
||||
allow_axfr_ips = models.CharField(max_length=500, default='')
|
||||
also_notify = models.CharField(max_length=500, default='')
|
||||
|
||||
Reference in New Issue
Block a user