From a4c74ea0decb9c6e04b9abb5124b81438940d07f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 25 May 2022 19:39:32 -0700 Subject: ref(dnsupdate): move under tools 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. --- cmd/dnsupdate/README.org | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 cmd/dnsupdate/README.org (limited to 'cmd/dnsupdate/README.org') diff --git a/cmd/dnsupdate/README.org b/cmd/dnsupdate/README.org deleted file mode 100644 index a80e407..0000000 --- a/cmd/dnsupdate/README.org +++ /dev/null @@ -1,7 +0,0 @@ -#+TITLE: dnsupdate - -Utility to update the managed zone for =fcuny.xyz= in Google Cloud. - -I use the domain =fcuny.xyz= to run a number of services on an IP provided by Tailscale. I don't want these domains to be visible on the web, but I also want to have a valid HTTPS certificate for them. By having a proper DNS I can use ACME to get the certificates, without making them available. - -Instead of updating the subdomains through the [[https://console.cloud.google.com/net-services/dns/zones/fcuny-xyz/details?project=fcuny-homelab][console]], I can now run this program. -- cgit v1.2.3