πŸ”Œ simple socket relay tool
JavaScript
Switch branches/tags
Nothing to show
Latest commit 293a828 Feb 16, 2018
Permalink
Failed to load latest commit information.
.gitignore Initial commit Feb 16, 2018
LICENSE Initial commit Feb 16, 2018
README.md Update README.md Feb 16, 2018
_config.yml Update _config.yml Feb 16, 2018
fio.js Basic app Feb 16, 2018
package.json Basic app Feb 16, 2018

README.md

πŸ”Œ fio

simple socket relay tool

install

npm install -g fio-cli

use

# will connect to the unix socket and relay to the 8080 tcp port
fio /my/socket/path.sock 8080

# will connect to the tcp port 22 and relay to 4242
fio localhost:22 4242

# will connect to the tcp port 80 and relay to the unix socket
fio localhost:80 ./test.sock