about summary refs log tree commit diff
path: root/tools/dnsupdate/go.sum (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: delete dns-updaterFranck Cuny2023-03-121-629/+0
| | | | The code has moved to https://git.fcuny.net/dns-updater/
* ref(dnsupdate): move under toolsFranck Cuny2022-05-251-0/+629
Integrate properly the tool `dnsupdate` with flake.nix, by adding a default.nix inside its directory. Having all the tools under a directory named `tools` is easier to reason about. I don't need a go.mod at the top level directory either, each tool will have its own.