Skip to main content

A VPN over WebSocket

Project description

Sizzler is a Linux tool, which sets up a virtual network interface on a computer, and transmit the data sent/received from it to another computer running the same program.

The transmission utilizes WebSocket, a common technology used in modern websites. Therefore all other technologies for optimizing WebSocket connections apply also for Sizzler: firewalls allowing WebSockets will also allow Sizzler connections; reverse proxies for accelerating accesses may also work.

The network interface set up by Sizzler behaves like a normal network interface. Since transmitted are IP packets, not only TCP but also UDP and ICMP are supported.

Sizzler is MIT licensed.

# Install

Use PyPI to install:

sudo pip3 install sizzler

# Usage

sizzler can be run in command line:

  • sizzler -h for help

  • sudo sizzler -c CONFIG_FILE, supply a config file in [YAML format][YAML] and start the program in client mode. Sizzler requires root priviledge! But it will drop that right after virtual network interface is set up and run.

  • sudo sizzler -s CONFIG_FILE, just like above, but in server mode.

  • sizzler -e will print an example config file to standard output.

[YAML]: https://en.wikipedia.org/wiki/YAML

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Sizzler-0.0.2.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

Sizzler-0.0.2-py3.5.egg (30.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page