no tls on adm
This commit is contained in:
parent
f4ea98921b
commit
8d06dbd35d
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -326,7 +326,7 @@ def write_dns_reverse_file(api_client):
|
||||||
f.write(zone_file_content)
|
f.write(zone_file_content)
|
||||||
zone_v6.append(zone6_name)
|
zone_v6.append(zone6_name)
|
||||||
|
|
||||||
api_client = Re2oAPIClient(api_hostname, api_username, api_password)
|
api_client = Re2oAPIClient(api_hostname, api_username, api_password, use_tls=True)
|
||||||
|
|
||||||
client_hostname = socket.gethostname().split('.', 1)[0]
|
client_hostname = socket.gethostname().split('.', 1)[0]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue