aboutsummaryrefslogtreecommitdiff
path: root/scripts/request.sh
blob: bd418ce2399c85d186945194e04e041918e4e2bb (plain)
1
2
3
4
5
#!/bin/bash

while true; do
	dig test.example.com @localhost | sed -e '/;.*/d' -e '/^$/d'
done