workaround broken pdns notification
1 file changed, 11 insertions(+), 1 deletion(-)
changed files
M justfile → justfile
@@ -6,6 +6,16 @@ push: dnscontrol push --cmode all +notify: + #!/usr/bin/env fish + set servers 2607:7c80:54:6::53 2602:fe55:5::5 + set domains alanpearce.eu alin.ovh searchix.ovh + for domain in $domains + for ns in $servers + pdns_notify $ns $domain + end + end + run: push test:@@ -13,7 +23,7 @@ dnscontrol check ci: test -cd: push +cd: push notify update: lon update