Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zthxxx/sslaunch
run BBR, install shadowsocks, launch ssserver and print the config QRCode.
https://github.com/zthxxx/sslaunch
bbr installer installer-script shadowsocks ss
Last synced: 3 days ago
JSON representation
run BBR, install shadowsocks, launch ssserver and print the config QRCode.
- Host: GitHub
- URL: https://github.com/zthxxx/sslaunch
- Owner: zthxxx
- License: mit
- Created: 2018-03-11T10:26:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T09:28:11.000Z (over 6 years ago)
- Last Synced: 2024-11-19T17:13:03.355Z (2 months ago)
- Topics: bbr, installer, installer-script, shadowsocks, ss
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SSlaunch.sh
# Shadowsocks launch
run BBR, install shadowsocks,
launch ssserver with random config, also make it run-on-startup
and print the config QRCode on the terminal.
## Install with only 1 line
```bash
curl -sL git.io/sslaunch | bash
```## Usage
- random config stored in `/etc/shadowsocks/config.json`
- start server manually: `systemctl start shadowsocks`
- use `cat /etc/shadowsocks/ss_qrcode_ipv4.log` will show the QRCode on the terminal
- change port and cipher by random: `. sslaunch.sh && launch`
## Author
**SSlaunch.sh** © [zthxxx](https://github.com/zthxxx), Released under the **[MIT](./LICENSE)** License.
> Blog [@zthxxx](https://blog.zthxxx.com) · GitHub [@zthxxx](https://github.com/zthxxx)