getSurreal
getSurreal
Thanks for the link. I'll have to try that as well. I'm just getting into CNC and finding the software portion of it very challenging. I'm trying to keep it...
Thanks Adam for your starter script. Updating "all" records was too aggressive for me so here's an alternative to just update a single record. #!/usr/bin/env python3 # Full package imports...
thanks @frol . I'm not sure I should keep pasting code here, but here's the corrected version anyhow. I guess the proper thing to do is submit a pull request...
@artoleus Thanks for reply. It's working for me as is. 1) Your correction is not the correct syntax. See function below ``` def update_record_ip(self, ip, domain, name, record_type): """Update the...
Mine started failing yesterday and hasn't recovered yet. It runs hourly. On 6/17/2015 9:10 PM, PointP wrote: > i too had problems with connection for 10 hours. It seems like...
I had mine running from the cron.hourly schedule which was running at 01 minutes of every hour so it's not just 00 they're blocking. I was able to manually run...
Thanks for that update recommendation. Wouldn't it also be better to only login if the record actually needs to be updated? Thanks, James > On Jun 23, 2015, at 4:22...
@PointP when I was getting failures every hour, my IP had not changed so that makes me believe it tries to login every time. Thanks, James > On Jun 23,...