Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 715 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 715 Bytes

twisp

Wisp protocol server that exposes PTYs over the Wisp connection.

Warning

twisp has been replaced with epoxy-server and the twisp feature.

Migrating from twisp to epoxy-server

Compile epoxy-server with the twisp feature. Use the following config to replicate twisp --pty /path/to/pty behavior:

[server]
bind = ["file", "/path/to/pty"]
transport = "lengthdelimitedle"
file_raw_mode = true

[wisp]
wisp_v2 = true

[stream]
allow_twisp = true

License

twisp is licensed under the GNU GPL-3.0-or-later license.