Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.56 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.56 KB

SlackRay is a v2ray implementation that runs on Slackware Linux.

Allows you to create your own proxies underneath restrictive networks. It secures your network connections and protects your privacy.

SlackRay demonstration GIF

Features

Multiple proxy support

Supports Socks, HTTP, Shadowsocks and VMess protocol.

Can manage different protocols on different ports at the same time. By combining different inbound and outbound proxies, one can change traffic format dynamically.

Multiple transport protocols

All proxies above can send/receive over TLS, TCL, mKCP and more transport protocols. It has an internal router, which can be configured to proxy traffic, or send directly, or even block them.

Requirements

  • SlackRay is made specifically for Slackware Linux. For Windows and Mac versions see here instead.
  • SlackRay does not require SystemD, so you can also adapt it for other SysV distributions.

Installation and Usage

  1. You have to prepare your own configuration files. Full instructions are here.

  2. Run install-slackray.sh. SlackRay will install automatically and will be enabled at startup.

  3. You can run SlackRay from your client machine from either the desktop or command line:

  • If you prefer to run from desktop, the v2ray.desktop file is included for your convenience.
  • If you prefer to run from command line, /usr/local/bin/v2ray -config /path/to/myconfig.json &