all repos — dns @ ee65fd1640b90815954d260979a7116c8f15260c

DNS records for my domains, managed via dnscontrol

use TS Record type to store host data

Alin
commit

ee65fd1640b90815954d260979a7116c8f15260c

parent

002833547c73fe8c0e88954a305b01dd0617e775

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M justfilejustfile
@@ -20,3 +20,8 @@ lon update
update-types: update-types + +@get-ssh-host-key hostname: + # echo -n {{ hostname }} IN SSHFP 1 1 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa |\ + ssh-keyscan -q -D "{{ hostname }}" | \ + awk '{ printf "{ algo: %d, type: %d, fingerprint: \"%s\" },\n", $4, $5, $6 }'