mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-06 15:18:34 +08:00
9 lines
276 B
Bash
Executable file
9 lines
276 B
Bash
Executable file
#!/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:'
|