helper/http | 1 + diff --git a/helper/http b/helper/http index 425843a28ab7930e5edb57b88fba1c39a560f9ab..732ab2a413c54aa1777c176e3babab976bceccf5 100755 --- a/helper/http +++ b/helper/http @@ -1,6 +1,7 @@ #!/bin/sh -e domain=`echo "$1" | cut -d/ -f3 | cut -d: -f1` +togrep="$2" "$SGMONDIR"/helper/all-addrs $domain | while read addr ; do bad=0 curl \