Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebersta/snell
Installation script of Snell v4
https://github.com/sebersta/snell
script snell surge vps
Last synced: 5 days ago
JSON representation
Installation script of Snell v4
- Host: GitHub
- URL: https://github.com/sebersta/snell
- Owner: sebersta
- License: mit
- Created: 2022-11-09T05:16:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T19:40:19.000Z (5 months ago)
- Last Synced: 2025-01-24T03:36:54.752Z (12 days ago)
- Topics: script, snell, surge, vps
- Language: Shell
- Homepage:
- Size: 39.1 KB
- Stars: 68
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snell v4 Installation Script
[Snell Protocol Official Manual](https://manual.nssurge.com/others/snell.html)
## Install
```bash
bash -c "$(curl -sL https://raw.githubusercontent.com/sebersta/snell/main/snell.sh)"
```
or
```bash
bash -c "$(curl -sL https://mirror.ghproxy.com/https://raw.githubusercontent.com/sebersta/snell/main/snell.sh)"
```
## Uninstall
```bash
bash -c "$(curl -sL https://raw.githubusercontent.com/sebersta/snell/main/rmsnell.sh)"
```
or
```bash
bash -c "$(curl -sL https://mirror.ghproxy.com/https://raw.githubusercontent.com/sebersta/snell/main/rmsnell.sh)"
```