Created
August 31, 2017 17:40
-
-
Save ChatchaiJ/565b80521a432e538fa08db272d60213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while true; do | |
date; | |
dig @8.8.8.8 ftp.coe.psu.ac.th +trace | egrep -v 'NSEC|RRSIG|DS|^\.|^th\.'; | |
sleep 10; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment