#! /usr/bin/env cached-nix-shell
#! nix-shell -i "just --justfile"

preview:
	dnscontrol preview

push:
	dnscontrol push

ci:
	dnscontrol check

cd: push