about summary refs log tree commit diff
path: root/nixos/modules/services/networking/ddclient.nix
AgeCommit message (Expand)AuthorFilesLines
2024-06-07nixos/ddclient: deprecate `use`, implement `use{v4,v6}`Thomas Churchman1-2/+20
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-16/+16
2024-01-05nixos/ddclient: make ExecStartPre a listBenedikt Tissot1-1/+1
2023-12-10nixos/ddclient: Update link to protocols documentations-sinnlos1-1/+1
2023-10-20nixos/ddclient: simplify with lib.getExeBjørn Forsman1-1/+1
2023-10-20Revert "ddclient: remove package and module on upstream maintainer request"Bjørn Forsman1-0/+234
2023-07-04ddclient: remove package and module on upstream maintainer requestSandro Jäckel1-234/+0
2023-06-25treewide: use optional instead of 'then []'Felix Buehler1-1/+1
2023-06-10nixos/ddclient: remove obsolete ipv6 optionpacien1-10/+1
2023-04-11Merge pull request #221380 from Majiir/ddclient-fix-permissionsSandro1-2/+2
2023-03-31nixos/ddclient: add iproute2 to unit path if using "if" methodMatt Votava1-0/+1
2023-03-15nixos/ddclient: fix permissions warningMajiir Paktu1-2/+2
2022-12-08nixos/doc: fix some optionsNaïm Favier1-1/+1
2022-09-19nixos/ddclient: document that daemon should not be setSandro1-0/+4
2022-07-30treewide: automatically md-convert option descriptionspennae1-18/+18
2022-07-12nixos/ddclient: don't leak password in process listingsBjørn Forsman1-4/+3
2022-05-16nixos/ddclient: turn verbose off by defaultSandro1-1/+1
2022-01-15nixos/ddclient: don't chown secrets until dynamicuser issue is resolvedJörg Thalheim1-2/+2
2022-01-09nixos/ddclient: better default for nsupdateJörg Thalheim1-4/+8
2022-01-09nixos/ddclient: don't store config world-readableJörg Thalheim1-1/+1
2021-12-07Revert "nixos/ddclient: fix permission for ddclient.conf (#148179)"Bjørn Forsman1-1/+1
2021-12-05nixos/ddclient: fix permission for ddclient.conf (#148179)Sean Heath1-1/+1
2021-12-04nixos/ddclient: support all special characters in passwordFelix Schröter1-2/+2
2021-11-06nixos/ddclient: customizable package optionarcnmx1-1/+10
2021-11-06nixos/ddclient: fix privs when loading passwordarcnmx1-9/+12
2021-10-30nixos/ddclient: replace password with passwordFile optionFelix Tenley1-21/+26
2021-07-14nixos/ddclient: add support for IPv6Tachibana Kiyomi1-1/+10
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger1-0/+8
2019-06-13Fix ddclient extraConfigLasse Blaauwbroek1-1/+1
2018-12-29Revert "nixos/ddclient: make RuntimeDirectory and configFile private"Silvan Mosberger1-2/+1
2018-10-23nixos/ddclient: make configFile privateRenaud1-1/+1
2018-10-22nixos/ddclient: make RuntimeDirectory privateRenaud1-0/+1
2018-04-15nixos ddclient: support multiple domains and run via systemd timerPeter Hoeg1-53/+59
2017-08-13ddclient nixos module: follow best practice for running daemonsPeter Hoeg1-44/+56
2017-03-07ddclient: Make verbose logging deactivatable.Daniel Ehlers1-1/+19
2017-01-16ddclient: Don't include blank server= lines.Svein Ove Aas1-1/+2
2017-01-09ddclient: Write /etc/ddclient.conf when requestedSvein Ove Aas1-1/+1
2016-10-23nixos: use types.lines for extraConfigEmery Hemingway1-1/+1
2016-09-30ddclient service: minor spelling fixRobert Helgesson1-1/+1
2016-09-30ddclient: add configFile optionThomas Bereknyei1-1/+14
2016-07-19nixos/ddclient: add warning about password being world readableBjørn Forsman1-1/+1
2016-07-09ddclient service: use `environment.etc`Robert Helgesson1-15/+21
2016-02-03Configure a default trust store for opensslGuillaume Maudoux1-1/+0
2016-01-29Fix some references to deprecated /etc/ssl/certs/ca-bundle.crtEelco Dolstra1-1/+1
2015-12-08ddclient: fix ssl optionJakob Gillich1-1/+1
2015-05-26ddclient: Set SSL_CERT_FILE environment variableTuomas Tynkkynen1-0/+2
2015-04-19ddclient: Fix incorrectly capitalized systemd unit keyTuomas Tynkkynen1-2/+2
2015-02-23ddclient module: fix moduleEduard Bachmakov1-40/+57
2014-07-02Get all lib functions from lib, not pkgs.lib, in modulesShea Levy1-2/+2
2013-12-11Correct web-skip value to match behavior of checkip.dyndns.comThomas Bereknyei1-1/+1