Found this tutorial about how to map a domain name to a IP address on the mac.
> sudo dscl localhost -create /Local/Default/Hosts/some.stupid.com IPAddress 127.0.0.1 > ping -q -c 1 some.stupid.com
Found this tutorial about how to map a domain name to a IP address on the mac.
> sudo dscl localhost -create /Local/Default/Hosts/some.stupid.com IPAddress 127.0.0.1 > ping -q -c 1 some.stupid.com