dyn-gandi icon indicating copy to clipboard operation
dyn-gandi copied to clipboard

Use Gandi LiveDNS API to update DNS records with a dynamic IP.

Results 6 dyn-gandi issues
Sort by recently updated
recently updated
newest added

I've created the files needed to create a Debian package. I had to refactor the project to have my package working. Not sure you'll be interested in these changes. You...

Hi, it looks like gandi have changed their api slightly, and you get a uuid for a snapshot now, not an id, breaking the script. To fix you need to...

I installed this on a Raspberry Pi, if for example I have a power failure.. Does the script run on to the start? (I am debuting developing) Thank 🙃

Using more than one record configured, the update make nothing when the first record has the same IP (unchanged). file "dyn_gandi.py" @ line 92 ``` dns_ip = r_record['values'][0] ```

Hi, I would like to do something like that : ``` from dyn_gandi.dyn_gandi import * class my_class(): def __init__(): parse_options() parse_configuration() def do_something(self): livedns_handle() ``` Currently to do that, it...

Hi First at all thanks for this usefull program. Everything works fine expect for one kind of type The ip address doesn't change for a TXT type : @ |...