doddo / octodns-lexicon

Use Lexicon providers in OctoDNS
MIT License
12 stars 2 forks source link

Escape ';' in TXT records to complain with octodns #6

Open clickfreak opened 2 years ago

clickfreak commented 2 years ago

I have tried to move records from Yandex DNS to Cloudflare and G-Core Labs and discovered what Octodns expects escaped TXT records (https://github.com/octodns/octodns/blob/master/octodns/record/__init__.py#L1414)

doddo commented 2 years ago

Thanks! There are other validation errors running with newer octodns now I see, I'll see if I can fix them also when I merge this