Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 758 Bytes

saltunnel

What is saltunnel?

saltunnel is a cryptographically secure TCP tunnel. It allows one to augment a normally-insecure TCP session with state-of-the-art security, with minimal hassle and minimal impact on performance.

For more information, see https://saltunnel.io/.

How do I install it?

As a prerequisite, you must first have libsodium installed.

To compile and install saltunnel from source:

git clone https://github.com/notfed/saltunnel.git
cd saltunnel.git
sh autogen.sh
./configure
make
sudo make install

How do I use it?

See https://saltunnel.io/ and saltunnel(1) for complete documentation.