Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-30 | ddclient: T5708: Migrate `timeout` to `interval` | Indrajit Raychaudhuri | |
Time interval in seconds to wait between DNS updates would be a bit more intuitive as `interval` than `timeout`. | |||
2023-08-02 | T5427: Fix migration script arguments len expects 2 args | Viacheslav Hletenko | |
The script's name is always provided as the first argument sys.argv[0] Expected length for argv is 2 (script itself + config file) Change: 'if (len(argv) < 1)' to 'if len(argv) < 2' | |||
2023-06-04 | dns: T5144: Apply migration for dynamic dns path update | Indrajit Raychaudhuri | |
Create migration and bump package version from 0 -> 1 for dynamic dns |