8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 11:23:10 +00:00

serializer prefix_v6 for dns reverse

This commit is contained in:
Charlie Jacomme 2018-07-16 20:09:02 +02:00
parent 50ab965ae3
commit 0220920067

View file

@ -919,7 +919,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')
#REMINDER #REMINDER