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.
- Host: GitHub
- URL: https://github.com/berrysoft/npipe
- Owner: Berrysoft
- License: mit
- Created: 2024-04-22T16:16:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T16:16:48.000Z (about 2 years ago)
- Last Synced: 2024-04-22T17:42:15.393Z (about 2 years ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```