From a53d517d7e8b9a28fa1ee022899d1c07d76c6802 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 7 May 2022 16:06:20 -0700 Subject: docs: some documentation --- cmd/dnsupdate/README.org | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/dnsupdate/README.org (limited to 'cmd/dnsupdate') diff --git a/cmd/dnsupdate/README.org b/cmd/dnsupdate/README.org new file mode 100644 index 0000000..a80e407 --- /dev/null +++ b/cmd/dnsupdate/README.org @@ -0,0 +1,7 @@ +#+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 1.4.1