From 7aac73dd052b68d4957f6d1c19abdca61756cc07 Mon Sep 17 00:00:00 2001 From: Matt Fox Date: Wed, 22 Jan 2014 11:30:49 -0800 Subject: [PATCH] Remove yahoo.com ping; they throttle us after 15 pings. Add opendns.com ping. --- test-outbound-routing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-outbound-routing b/test-outbound-routing index 4389c0b..c4b0945 100755 --- a/test-outbound-routing +++ b/test-outbound-routing @@ -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