StackExchange / dnscontrol

Infrastructure as code for DNS!
https://dnscontrol.org/
MIT License
3.08k stars 390 forks source link

MODIFY shows TXT records as double-quoted #262

Closed tlimoncelli closed 6 years ago

tlimoncelli commented 6 years ago

dnscontrol preview quotes the text of a TXT record with an extra set of quotes. It looks a bit misleading, as if dnscontrol has added an additional set of quotes around the text, which it hasn't.

MODIFY TXT limoncelli.org: ("\"v=spf1 -all\"" ttl=259200) -> ("\"v=spf1 -all\"" ttl=300)
tlimoncelli commented 6 years ago

This isn't important. Closing.

The best way to fix this would be to somehow indicate which bytes changed.