Popularity
8.8
Stable
Activity
0.0
Stable
57
7
19

Monthly Downloads: 20
Programming language: Haskell
License: MIT License
Tags: Web    
Latest version: v1.20180408

shadowsocks alternatives and similar packages

Based on the "Web" category.
Alternatively, view shadowsocks alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of shadowsocks or a related project?

Add another 'Web' Package

README

shadowsocks-haskell

Hackage

Shadowsocks in Haskell. Original python version: https://github.com/clowwindy/shadowsocks

Compatible with other versions of shadowsocks.

Install from hackage

You need to have ghc and cabal installed first. See https://www.haskell.org/downloads.

cabal install shadowsocks

Build from source

You need to have stack installed first.

# build
stack build
# run local
stack exec sslocal
# run remote
stack exec ssserver

Or run stack install directly, which will copy sslocal/ssserver to ~/.local/bin.