feat: Add template plugin
This commit is contained in:
@@ -345,8 +345,7 @@ def setDNS(account,domain,records):
|
||||
newRecords.append({
|
||||
'type': 'TXT',
|
||||
'txt': TXTRecords
|
||||
})
|
||||
|
||||
})
|
||||
data = '{"records":'+str(newRecords).replace("'","\"")+'}'
|
||||
response = hsw.sendUPDATE(account_name,password,domain,data)
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user