index
:
dns
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
request.sh
blob: 7da789f5cc1dd55af4261fd036a709c4046e1b05 (
plain
)
1
2
3
4
5
#!/bin/bash
while
true
;
do
dig
+short
-p
5333
test.example.com
@localhost
||
break
done