https://github.com/rnons/shadowsocks-haskell
shadowsocks in haskell
https://github.com/rnons/shadowsocks-haskell
Last synced: over 1 year ago
JSON representation
shadowsocks in haskell
- Host: GitHub
- URL: https://github.com/rnons/shadowsocks-haskell
- Owner: rnons
- License: mit
- Created: 2014-05-01T12:53:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T10:51:55.000Z (almost 8 years ago)
- Last Synced: 2025-02-27T14:12:18.955Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 64.5 KB
- Stars: 57
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# shadowsocks-haskell
[](https://hackage.haskell.org/package/shadowsocks)
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](https://haskellstack.org) 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`.