#!/bin/bash

while [ true ]; do
#	python ./dns.py -d login.live.com -i 65.54.186.47 -n 10
	wget http://login.live.com
	rm index.html
	sleep 1 
done
