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
- Host: GitHub
- URL: https://github.com/koromelodev/shadowsocks-server-install
- Owner: KoromeloDev
- Created: 2024-12-29T23:47:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T03:10:16.000Z (12 months ago)
- Last Synced: 2025-02-18T04:22:28.623Z (12 months ago)
- Topics: install, install-script, script, server, shadowsocks, shadowsocks-server
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```