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

https://github.com/koromelodev/shadowsocks-server-install

This script installs shadowsocks on your Linux server
https://github.com/koromelodev/shadowsocks-server-install

install install-script script server shadowsocks shadowsocks-server

Last synced: 12 months ago
JSON representation

This script installs shadowsocks on your Linux server

Awesome Lists containing this project

README

          

# Shadowsocks-Server-Install
This script installs shadowsocks on your Linux server

## Installation example for Debian
```
apt install shadowsocks-libev net-tools ufw;\
wget https://raw.githubusercontent.com/KoromeloDev/Shadowsocks-Server-Install/refs/heads/main/install.sh && sh install.sh
```