请求复制器em-proxy
https://github.com/igrigorik/em-proxy$> gem install em-proxy
$> em-proxy
Usage: em-proxy
-l, --listen Port to listen on
-d, --duplex List of backends to duplex data to
-r, --relay Relay endpoint: hostname:port
-s, --socket Relay endpoint: unix filename
-v, --verbose Run in debug mode
$> em-proxy -l 8080 -r localhost:8081 -d localhost:8082,localhost:8083 -v
The above will start em-proxy on port 8080, relay and respond with data from port 8081, and also (optional) duplicate all traffic to ports 8082 and 8083 (and discard their responses).
页:
[1]