Closed liath closed 6 years ago
Looks like a good addition - is CF still trying to integrate their changes back into ddclient proper?
I have no idea, I thought the ddclient project was dead.
@Liath if you are interested (this issue from 2012!!), in the time since then, I made https://github.com/ioquatix/cloudflare-dns-update which I use quite a bit now.
Also merged in the changes from ddclient-3.8.1.
Maybe CF changed the way it responds or something but split(/\t/) wasn't giving expected values.
Versus:
So I added a second split. Now the script complains about domain already being updated as expected. And correctly stores the $config stuff.
My perl is weak so tell me if I sunglasses committed any atrocities.