mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-10-31 23:22:49 +00:00
serializer prefix_v6 for dns reverse
This commit is contained in:
parent
1cb0fb275b
commit
6aed938334
1 changed files with 2 additions and 1 deletions
|
@ -833,7 +833,8 @@ class DNSReverseZonesSerializer(serializers.ModelSerializer):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = machines.IpType
|
model = machines.IpType
|
||||||
fields = ('type', 'extension', 'soa', 'ns_records', 'mx_records',
|
fields = ('type', 'extension', 'soa', 'ns_records', 'mx_records',
|
||||||
'txt_records', 'ptr_records', 'ptr_v6_records', 'cidrs')
|
'txt_records', 'ptr_records', 'ptr_v6_records', 'cidrs',
|
||||||
|
'prefix_v6')
|
||||||
|
|
||||||
# MAILING
|
# MAILING
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue