Skip to content

Instantly share code, notes, and snippets.

@xxdesmus
Created January 13, 2017 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xxdesmus/336af4b717fdb719f20e9ef284c2249a to your computer and use it in GitHub Desktop.
Save xxdesmus/336af4b717fdb719f20e9ef284c2249a to your computer and use it in GitHub Desktop.
############
## Google ##
############
$ for i in {1..10}; do dig @8.8.8.8 canhazip.com | grep "Query time"; done
;; Query time: 54 msec
;; Query time: 59 msec
;; Query time: 45 msec
;; Query time: 20 msec
;; Query time: 20 msec
;; Query time: 48 msec
;; Query time: 44 msec
;; Query time: 28 msec
;; Query time: 53 msec
;; Query time: 22 msec
#############
## OpenDNS ##
#############
$ for i in {1..10}; do dig @208.67.222.222 canhazip.com | grep "Query time"; done
;; Query time: 31 msec
;; Query time: 20 msec
;; Query time: 21 msec
;; Query time: 19 msec
;; Query time: 19 msec
;; Query time: 19 msec
;; Query time: 18 msec
;; Query time: 20 msec
;; Query time: 29 msec
;; Query time: 21 msec
#############
## Freenom ##
#############
$ for i in {1..10}; do dig @80.80.80.80 canhazip.com | grep "Query time"; done
;; Query time: 284 msec
;; Query time: 195 msec
;; Query time: 186 msec
;; Query time: 203 msec
;; Query time: 193 msec
;; Query time: 185 msec
;; Query time: 187 msec
;; Query time: 303 msec
;; Query time: 185 msec
;; Query time: 205 msec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment