Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-23 | ddclient: T5612: Adjust validator and completion for ddclient | Indrajit Raychaudhuri | |
Adjust the validator and completion for ddclient to remove unsupported or superfluous protocols. Specifically, - remove 'nsupdate' protocol from the list because there is a separate config path for that protocol (rfc2136) - remove 'cloudns' protocol from the list because it has non standard configuration and is not supported by our configurator at this time | |||
2023-04-21 | dns: T5144: Improve dynamic DNS validations and completions | Indrajit Raychaudhuri | |
Apply validations and completions to dynamic DNS protocols supported. This also opens up additional protocols supported by ddclient 3.10. Additional details: - Validation and constraint have been added for interface names as well. - While at it, the help texts got some copyedit and rewording. |