Remove yahoo.com ping; they throttle us after 15 pings. Add opendns.com ping.
This commit is contained in:
parent
1f3ac7dfbe
commit
7aac73dd05
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Run a variety of tests against well-known sites to determine if there are
|
||||
# any outbound routing issues.
|
||||
for HOST in google.com yahoo.com facebook.com msn.com akamai.com; do
|
||||
for HOST in google.com facebook.com msn.com akamai.com opendns.com; do
|
||||
echo Testing to $HOST...
|
||||
ping -q -A -c 100 $HOST
|
||||
mtr --report --report-wide -c 100 $HOST
|
||||
|
Loading…
x
Reference in New Issue
Block a user