| Class | Rex::Services::LocalRelay |
| In: |
lib/rex/services/local_relay.rb
|
| Parent: | Object |
This service acts as a local TCP relay whereby clients can connect to a local listener that forwards to an arbitrary remote endpoint. Interaction with the remote endpoint socket requires that it implement the Rex::IO::Stream interface.
| relay_mutex | [RW] | |
| relay_thread | [RW] | |
| relays | [RW] | |
| rfds | [RW] |
Starts a local relay on the supplied local port. This listener will call the supplied callback procedures when various events occur.