Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsuki-hayashi/shadowsocks-config
Mediocre config files for `shadowsocks-libev` and `simple-obfs`.
https://github.com/itsuki-hayashi/shadowsocks-config
censorship-circumvention configuration proxy shadowsocks
Last synced: 29 days ago
JSON representation
Mediocre config files for `shadowsocks-libev` and `simple-obfs`.
- Host: GitHub
- URL: https://github.com/itsuki-hayashi/shadowsocks-config
- Owner: itsuki-hayashi
- License: gpl-3.0
- Created: 2018-09-13T16:34:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T03:36:17.000Z (about 6 years ago)
- Last Synced: 2024-06-06T20:16:13.663Z (7 months ago)
- Topics: censorship-circumvention, configuration, proxy, shadowsocks
- Language: Shell
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shadowsocks-config
A script to help you to setup `shadowsocks-libev` + `simple-obfs` on Ubuntu 18.04.
It tries to provide a best practice for common shadowsocks config & optimization.# Usage
```bash
sudo setup.sh
# Client configuration will be generated in ~/client.json, ss:// config in ~/ss-uri.txt
```
# What It Does
1. Install packages.
2. Tune kernel parameters for better performance & security.
3. Generate password & setup shadowsocks-libev + simple-obfs server.
4. Generate client config.# Packages Installed
1. shadowsocks-libev: Provides PSK-encrypted SOCKSv5 proxy.
2. simple-obfs: Obfuscation to protect against DPI. TLS mode is used.
3. haveged: Provide more entropy in cloud environment for safe password generation.
4. curl: Used for discover the public IP address of the server to generate client config.