Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
/ netnsplice Public archive

Tool to move data between sockets.

License

Notifications You must be signed in to change notification settings

nosoop/netnsplice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netnsplice

A tool to replay / proxy data across sockets. Like a daemonized socat of sorts.

Configuration

Create a TOML file with the following:

[[proxies]]
# service will listen on this socket for incoming connections
listen.host = '127.0.16.5'
listen.port = 50007

# service will pass data between incoming connections and this socket
forward.host = '127.0.16.5'
forward.port = 8080

# multiple [[proxies]] sections can be specified

About

Tool to move data between sockets.

Resources

License

Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages