An open API service indexing awesome lists of open source software.

https://github.com/damoye/ssgo

Shadowsocks client
https://github.com/damoye/ssgo

pac shadowsocks

Last synced: 5 months ago
JSON representation

Shadowsocks client

Awesome Lists containing this project

README

          

# ssgo
A Shadowsocks client with only core features.

***Do One Thing and Do It Well.***
## Features
- SOCKS5 TCP proxy. UDP is **NOT** supported.
- PAC(Proxy auto-config).
- AES-256-CFB encryption **ONLY**.

## Install
```sh
go get github.com/damoye/ssgo
```
## Usage
### Step 0: Start ssgo
```sh
ssgo -s [server_address] -k [password]
```
### Step 1: Config PAC
#### OS X:
System Preferences -> Network -> Advanced -> Proxies -> Automatic Proxy Configuration

- Fill the Proxy Configuration File URL with http://127.0.0.1:8090/proxy.pac
- Click OK
- Click Apply

## TODO
- Test coverage