I use SSH tunnelling extensively to gain access to remote machines that are behind a firewall. So to access a development server I use something like http://localhost:8888 which is forwarded to port 80 on a remote host.
Is there a way to simplify my setup with custom domains? For instance, I want to be able to type in http://remote.dev and actually be accessing http://localhost:8888?
