Wisp protocol server that exposes PTYs over the Wisp connection.
Warning
twisp has been replaced with epoxy-server and the twisp feature.
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
twisp is licensed under the GNU GPL-3.0-or-later license.