view contrib/anocheck/hand-check.sh @ 1220:c6fa1e38f44f draft

updated bind_tld_zonefile.sh to generate IPv6 rDNS zone too. added ns record for volatile.ano so I could test.
author epochqwert <epoch@hacking.allowed.org>
date Thu, 06 Sep 2018 05:19:36 +0000
parents 98707534e274
children
line wrap: on
line source

#!/bin/sh
/usr/local/libexec/bgp-paths.sh 4141 AN_out | tr ' ' '\n' | sort | uniq > /var/cache/anocheck/ASN.$(date +%s)
ls -rt /var/cache/anocheck/ASN.* | tail -r | tail -n+3 | xargs rm
ls -rt /var/cache/anocheck/ASN.* | tail -n2 | xargs diff -s