pt-websocket-server
WebSocket pluggable transport - server
Install
- All systems
-
curl cmd.cat/pt-websocket-server.sh
- Debian
-
apt-get install pt-websocket
- Ubuntu
-
apt-get install pt-websocket
- Kali Linux
-
apt-get install pt-websocket
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pt-websocket
- Raspbian
-
apt-get install pt-websocket
- Dockerfile
- dockerfile.run/pt-websocket-server
pt-websocket
WebSocket pluggable transport - server
Pluggable transports are tools that transform a stream of application traffic into a different format on the network. This helps to bypass network-level censorship. This package contains a server transport plugin that accepts connections transformed to look like the websocket protocol. This is typically used to enhance systems like Tor, to provide service even to censored users. See flashproxy-client for a corresponding client transport plugin, meant for users to bypass censorship, that is compatible with the websocket protocol that this package expects. (The source package also contains a websocket-client transport plugin, but this is just a demo that is less effective than flashproxy-client, and not meant to be used in real situations.)