https://github.com/damoye/ssgo
Shadowsocks client
https://github.com/damoye/ssgo
pac shadowsocks
Last synced: 5 months ago
JSON representation
Shadowsocks client
- Host: GitHub
- URL: https://github.com/damoye/ssgo
- Owner: damoye
- License: mit
- Created: 2017-06-08T02:18:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T04:07:00.000Z (almost 8 years ago)
- Last Synced: 2025-07-01T23:09:25.022Z (7 months ago)
- Topics: pac, shadowsocks
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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