Ross McFarland

Results 151 comments of Ross McFarland

> this seems to work best and seems to be the most maintainable variant for me Sorry didn't call the 2-config thing out explicitly, but it was assumed in my...

What does your main config file look like, specifically the `zones:` section

That should be configuring in everything, looking at the code I don't see any sort of filtering where the list of zones is pulled from CF. https://github.com/octodns/octodns-cloudflare/blob/dedccfce347db8f727795e9ab95174004d1418c7/octodns_cloudflare/__init__.py#L225-L255 or when that...

Record templating using python format. For simple records like TXT and CAA that is the value itself. For multi-field records like MX or SRV it's the text portions, exchange and...

OK. I think this is good to ship as a first pass. It's mostly standalone and care has been taken (along with testing) to make sure that custom record types...

Not currently. You could use a reject filter to get rid of them after the auto arpa creates them and that'd work out of the box. Otherwise if there's a...

> Let's consider the following zone file (`example2` and `example3` are already created on the DNS server): > ... > As you can see, the whole record will be deleted,...

> > Also, it is worth noting that without `lenient` set to `true`, OctoDNS throws an error (which is expected as wildcards are not valid as PTR values): > >...

What version are you running. The line numbers in your stack track e.g. 920, don't align with the current release 0.0.7 as that line isn't even in the `_apply_Create` function....

> in a loop targeted at one zone at a time, and in this way the authentication error never happened. That does make it sound more like a rate limit...