Closed mrbarletta closed 2 years ago
Fwiw I'd recommend opening questions like this as a PR as it's probably easier than manually including the changes in the body above. It's find to open it as a Draft PR if the tests aren't passing/written yet.
As for the change itself, it may make sense, but I or someone more familiar with the CF provider would need to dig into it a bit deeper.
Thanks @ross, PR opened #14
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
In my scenario, the
source
does not support theproxied
setting, so when syncing to a CFtarget
it always sets theproxied
boolean asfalse
.If we manually set the
proxied
setting on the CF website for some specific records thenoctodns-sync
will set them tofalse
again.We did a little change to include an
ignore_proxied
setting so if set to true, the proxied setting will not be included in the sync.Are you open to include this if I do a PR? these are the changes so far:
__init__py:50
__init__py:71
__init__py:316