no subnet in update AAAA record
This commit is contained in:
parent
5490eaa522
commit
b94b829307
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ target, doing nothing."
|
||||||
params = {
|
params = {
|
||||||
'fieldType': "AAAA",
|
'fieldType': "AAAA",
|
||||||
'subDomain': self.config['hostname'],
|
'subDomain': self.config['hostname'],
|
||||||
'target': f"{ipv6}/128",
|
'target': f"{ipv6}",
|
||||||
'ttl': self.config['ttl']
|
'ttl': self.config['ttl']
|
||||||
}
|
}
|
||||||
if record_exists:
|
if record_exists:
|
||||||
|
|
Loading…
Reference in a new issue