diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-22 14:42:30 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-22 14:42:30 -0700 |
commit | 40e6f8dbec3629ed0a3d221b9f36f9c16ac93af8 (patch) | |
tree | 9bc36d62b57246225f6895b3b93f9f97bd54a0ec | |
parent | feat(home): add a script to create flamegraph from a process (diff) | |
download | world-40e6f8dbec3629ed0a3d221b9f36f9c16ac93af8.tar.gz |
feat(dns): add cs.fcuny.xyz
This will be used for sourcegraph.
Diffstat (limited to '')
-rw-r--r-- | cmd/dnsupdate/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dnsupdate/main.go b/cmd/dnsupdate/main.go index 59ed67a..6748ee9 100644 --- a/cmd/dnsupdate/main.go +++ b/cmd/dnsupdate/main.go @@ -17,6 +17,7 @@ const ( var desiredRecords = []string{ "bt", + "cs", "dash", "drone", "music", |