all repos — dns @ 32303d24d7e99ed4dcbe3fb41886b6040bc48269

DNS records for my domains, managed via dnscontrol

justfile (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env cached-nix-shell
#! nix-shell -i "just --justfile"

preview:
	dnscontrol preview

push:
	dnscontrol push
	./add_https.sh

ci:
	dnscontrol check

cd: push