Formatage
This commit is contained in:
parent
4bba92b930
commit
c3ad5c3ac4
1 changed files with 5 additions and 6 deletions
1
main.py
1
main.py
|
@ -332,7 +332,6 @@ def write_dns_reverse_file(api_client):
|
||||||
netaddr.IPAddress(net.first).reverse_dns.split('.')[32 - net_class:]
|
netaddr.IPAddress(net.first).reverse_dns.split('.')[32 - net_class:]
|
||||||
)[:-1]
|
)[:-1]
|
||||||
|
|
||||||
|
|
||||||
soa = template_soa.format(
|
soa = template_soa.format(
|
||||||
zone=zone6_name,
|
zone=zone6_name,
|
||||||
mail=soa_mail,
|
mail=soa_mail,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue