enable dnscontrol concurrent read/write
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M justfile → justfile
@@ -2,17 +2,17 @@ #! /usr/bin/env cached-nix-shell #! nix-shell -i "just --justfile" preview: - dnscontrol preview + dnscontrol preview --cmode all build: preview push: - dnscontrol push + dnscontrol push --cmode all run: push test: - dnscontrol check + dnscontrol check ci: test