An open API service indexing awesome lists of open source software.

https://github.com/berrysoft/npipe

Forward Windows named pipe to TCP, written in Rust.
https://github.com/berrysoft/npipe

Last synced: 9 months ago
JSON representation

Forward Windows named pipe to TCP, written in Rust.

Awesome Lists containing this project

README

          

# npipe

Forward named pipe to a TCP address.
```
> npipe --pipe \\.\pipe\foo-pipe --host 127.0.0.1 --port 1234
```

You can filter the accepted address:
```
> npipe --pipe \\.\pipe\foo-pipe --host 0.0.0.0 --port 1234 -f 192.168.1.0/24
```