dnscontrol-action/bin/filter-preview-output.sh

10 lines
276 B
Bash
Raw Normal View History

2021-07-14 00:21:01 +08:00
#!/bin/bash
# source: https://git.io/J86QD
grep -v -e '^\.\.\.0 corrections$' |\
grep -v -e '^0 corrections' |\
grep -v -e '\.\.\. (skipping)' |\
grep -v -e '^----- DNS Provider: ' |\
grep -v -e '^----- Registrar: ' |\
grep -v -e '^----- Getting nameservers from:'