logproxy set up a proxy to log http archives * run: `node logproxy [listen port] [only log host,..]` * eg. * 1.start logproxy with default setting `node logproxy` * 2.listen on port 8088 and only log hosts -- 'c.163.com' and every host matchs '126.com' `node logproxy 8088 c.163.com,*126.com`