all repos — dns @ 509b0a788919697163aadd0e2c5aff95c33bc4c7

DNS records for my domains, managed via dnscontrol

workaround broken pdns notification

Alin
commit

509b0a788919697163aadd0e2c5aff95c33bc4c7

parent

3d98351a49022b3e4c6cdf06d9c5d6d1c9797aeb

1 file changed, 11 insertions(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -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