Skip to content

Latest commit

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

ShapeShifter library

Heavily based on the shapeshifter-dispatcher: https://github.com/OperatorFoundation/shapeshifter-dispatcher/

To use it:

ss:=ShapeShifter{
Cert: "cert",
Target: "ip:port",
SocksAddr: "127.0.0.1:4430",
}
err:=ss.Open()
iferr!=nil {
returnerr
}
deferss.Close()

And now you can tunnel your protocol into 127.0.0.1:4430.

Releases

Packages

Used by

Contributors

Languages