all repos — dns @ 136f57fd8a7047db2429201a2e54de8ce1ab0c73

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
15
16
17
18
19
20
21
22
preview: test
    dnscontrol preview --cmode all

build: preview

push:
    dnscontrol push --cmode all

run: push

test:
    dnscontrol check

ci: test

cd: push

update:
    lon update

update-types:
    update-types