https://github.com/iflycn/trojan
Trojan Installer - Installation script for trojan server
https://github.com/iflycn/trojan
shell trojan
Last synced: about 2 months ago
JSON representation
Trojan Installer - Installation script for trojan server
- Host: GitHub
- URL: https://github.com/iflycn/trojan
- Owner: iflycn
- License: gpl-3.0
- Created: 2021-02-18T06:04:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T04:27:39.000Z (about 4 years ago)
- Last Synced: 2025-04-13T16:11:58.762Z (about 2 months ago)
- Topics: shell, trojan
- Language: Shell
- Homepage:
- Size: 4.17 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trojan Installer

**trojan-quickstart.sh**: A simple installation script for trojan server. Server works on `linux-amd64` machines.**trojan-centos7.sh**: Onekey installation script for trojan server. Server works on `centos7`.
## Usage
### trojan-quickstart.sh
``` bash
# via curl
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/iflycn/trojan/master/trojan-quickstart.sh)"
# via wget
sudo bash -c "$(wget -O- https://raw.githubusercontent.com/iflycn/trojan/master/trojan-quickstart.sh)"
```
### trojan-centos7.sh
``` bash
# via curl
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/iflycn/trojan/master/trojan-centos7.sh)"
# via wget
sudo bash -c "$(wget -O- https://raw.githubusercontent.com/iflycn/trojan/master/trojan-centos7.sh)"
```## Thanks
- [https://github.com/trojan-gfw/trojan-quickstart](https://github.com/trojan-gfw/trojan-quickstart)
- [https://github.com/atrandys/trojan](https://github.com/atrandys/trojan)