Compare commits

...

2 Commits

2 changed files with 8 additions and 1 deletions

View File

@ -8,6 +8,13 @@ sign: $(patsubst %,%.sig,$(wildcard *.zone))
%.sig: %
gpg -o $@ --detach-sign $<
.PHONY: check-clean
check-clean:
[ ! -e .git ] || git diff-index --exit-code HEAD
[ ! -e .git ] || \
git ls-files --other --directory --exclude-standard | \
sed -n '/.*\.zone/{p;q1}'
upload:
printf 'put %s\n' *.zone *.sig | sftp dns.parabox.it-syndikat.org:zones/

View File

@ -2,7 +2,7 @@
@ SOA ( ns0.it-syndik.at.
hostmaster.it-syndikat.org.
1618552527 ; serial
1619887009 ; serial
3h ; refresh
1h ; retry
4w ; expire