about summary refs log tree commit diff
path: root/tools/dnsupdate/README.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/dnsupdate/README.org (renamed from cmd/dnsupdate/README.org)5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/dnsupdate/README.org b/tools/dnsupdate/README.org
index a80e407..2e7ca01 100644
--- a/cmd/dnsupdate/README.org
+++ b/tools/dnsupdate/README.org
@@ -1,7 +1,10 @@
 #+TITLE: dnsupdate
 
-Utility to update the managed zone for =fcuny.xyz= in Google Cloud.
+Utility to update the managed zone for =fcuny.xyz= in Google Cloud DNS.
 
 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.
+
+* Run
+To update the records, run =nix run .#tools.dnsupdate.push=.