named-pipe-to-tcp-proxy

Crates.ionamed-pipe-to-tcp-proxy
lib.rsnamed-pipe-to-tcp-proxy
version1.0.1
sourcesrc
created_at2024-10-13 13:34:37.164318
updated_at2024-10-13 15:38:56.906241
descriptionProxy all data from a Named Pipe to a specified TCP Proxy Server
homepagehttps://in.linkedin.com/in/pratik-chowdhury-889bb2183
repositoryhttps://github.com/pratikpc/named-pipe-to-tcp-proxy
max_upload_size
id1407362
size25,574
Pratik Chowdhury (pratikpc)

documentation

README

Named Pipe to TCP Proxy

Created so that programs which use Named Pipes on Windows can be proxyed to TCP Sockets

For example:

  • I use Docker without Docker Desktop by installing it on WSL2 containers
  • I start TCP server for Docker daemon
  • I do not wish to modify the Windows DOCKER_HOST as I would have to change it at a lot of places.
    So I do nothing there
  • I start this binary and request it to proxy from the Docker Host Default Named Pipe to the WSL2 TCP Sockets

Multiple Connection support

  • Supports multiple connections at the same time.

Contact me

You can contact me via LinkedIn

Commit count: 22

cargo fmt