Hi.
I've an issue when try to edit a TXT record (SPF)
I send edit param according manual of mass_edit_dns_zone
But after return OK record TXT is worn g.
It's lost all +
Any ideas
I've an issue when try to edit a TXT record (SPF)
I send edit param according manual of mass_edit_dns_zone
JSON:
{"line_index":11,"dname":"[REDACTED].","ttl":3600,"record_type":"TXT","data":["v=spf1 +a +mx +ip4:8.8.8.8 +ip4:1.1.1.1 ~all"]}
Code:
?api.version=1&serial=2022011405&zone=[REDACTED]&edit={"line_index":11,"dname":"[REDACTED].","ttl":3600,"record_type":"TXT","data":["v=spf1 +a +mx +ip4:[REDACTED] +ip4:1.1.1.1 ~all"]}
But after return OK record TXT is worn g.
It's lost all +
Code:
[REDACTED]. 3600 IN TXT "v=spf1 a mx ip4:8.8.8.8 ip4:1.1.1.1 ~all"
Last edited by a moderator: