no subnet in update AAAA record

This commit is contained in:
Antonio J. Delgado 2025-04-22 12:56:59 +03:00
parent 5490eaa522
commit b94b829307

View file

@ -136,7 +136,7 @@ target, doing nothing."
params = {
'fieldType': "AAAA",
'subDomain': self.config['hostname'],
'target': f"{ipv6}/128",
'target': f"{ipv6}",
'ttl': self.config['ttl']
}
if record_exists: