All Projects → cssivision → shadowsocks

cssivision / shadowsocks

Licence: MIT License
a personal port of shadowsocks

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to shadowsocks

ProxyGrab
Asynchronous Library made using Python and aiohttp to get proxies from multiple services!
Stars: ✭ 17 (+21.43%)
Mutual labels:  socks5
keeporsweep.net
💻🔀🗑️ Randomly declutter your digital life!
Stars: ✭ 54 (+285.71%)
Mutual labels:  minimalist
Obsidian-Harmonic
Harmonic is a minimal and highly customizable theme for Obsidian.md
Stars: ✭ 33 (+135.71%)
Mutual labels:  minimalist
brook-ok
brook程序服务端配置程序,一键搭建brook / Shadowsocks / Socks5服务用于科学上网🔥 新增Socks5服务!!Firefox、Chrome可通过SwitchyOmega代理直接翻墙
Stars: ✭ 55 (+292.86%)
Mutual labels:  socks5
webgui
Web Technologies based Crossplatform GUI Framework with Dark theme
Stars: ✭ 81 (+478.57%)
Mutual labels:  minimalist
andresrodriguez55.github.io
Personal blog and portfolio with administration panel, notification system and comment system.
Stars: ✭ 18 (+28.57%)
Mutual labels:  personal
vimrc
自己的vimrc配置,别人的用起来总不顺手(基于spf13-vim)
Stars: ✭ 17 (+21.43%)
Mutual labels:  personal
jekyll-grid
Jekyll theme (used on 25x52.com) displays posts in a grid. Ideal for projects
Stars: ✭ 63 (+350%)
Mutual labels:  minimalist
comet
A minimal and robust BEM-style CSS toolkit.
Stars: ✭ 18 (+28.57%)
Mutual labels:  minimalist
async-socks5
An async/.await SOCKS5 implementation
Stars: ✭ 62 (+342.86%)
Mutual labels:  socks5
FullProxy
Bind and reverse connection based, SOCKS5, HTTP and PortForward based portable proxy
Stars: ✭ 22 (+57.14%)
Mutual labels:  socks5
klein
the minimalist URL shortener
Stars: ✭ 40 (+185.71%)
Mutual labels:  minimalist
Minimalist-Blog
Tailwind CSS Starter Template - Minimalist Blog
Stars: ✭ 21 (+50%)
Mutual labels:  minimalist
taosocks
A smart tunnel proxy that helps you bypass firewalls.
Stars: ✭ 26 (+85.71%)
Mutual labels:  socks5
nanonote
A minimalist note taking application
Stars: ✭ 35 (+150%)
Mutual labels:  minimalist
Notes
My public notes
Stars: ✭ 13 (-7.14%)
Mutual labels:  personal
mpi
minimal (n)vim plugins - icons (Under 200 LOC)
Stars: ✭ 32 (+128.57%)
Mutual labels:  minimalist
mieru
見える是一款 socks5 网络代理(科学上网)工具。Mieru is a socks5 proxy to bypass censorship.
Stars: ✭ 63 (+350%)
Mutual labels:  socks5
minmin
MinMin - a tiny typescript web framework based on Express
Stars: ✭ 15 (+7.14%)
Mutual labels:  minimalist
dotfiles
Custom dotfile configurations and settings
Stars: ✭ 12 (-14.29%)
Mutual labels:  personal

shadowsocks

Build Status Coverage Status License

minimalist port of shadowsocks, only reserve basic feature for personal usage.

Installation

Fetch the latest release.

linux

https://github.com/cssivision/shadowsocks/releases/download/v0.1.5/ssserver.linux

macos

https://github.com/cssivision/shadowsocks/releases/download/v0.1.5/ssserver.macos

use go command

server

go get github.com/cssivision/shadowsocks/cmd/ssserver

client

go get github.com/cssivision/shadowsocks/cmd/sslocal

Configuration

config.json

{
	"server_addr": ":8089",
	"password": "password",
	"local_addr": ":6009",
	"method": "aes-128-cfb",
	"timeout": 300
}

Usage

server

ssserver -c config.json

install a client, connect to your server using your configuration, Done!

Licenses

All source code is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].