default:
	c++ getip.cpp tcp_stream.cpp -o getip
	make test

test:
	./dns2go

clean:
	rm getip
