Mostly FYI. You will find it here:
https://github.com/fredan/tlmc under the directory trafficserver as hash_remap.c. What is does is to encode the host and path as a hash value. An example: A request for http://www.example/hello/world would be http://627da9c298545b235ca26f5a.tlmc.isp.example/ with this plugin. For more information, take a look at the beginning of the file hash_remap.c. -- //fredan
