Mark Rogers wrote:
Does anyone know how I can bypass DNS requests in a general way so that I can do, say: curl http://www.microsoft.com .. but bypassing the DNS lookup so that I can specify the IP I want the http request targetted at?
curl -H "Host: www.google.co.uk" http://209.85.229.147/
-- Martijn