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

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

Awesome Lists containing this project

README

        

# Trojan Installer
![](https://img.shields.io/badge/license-GPL-brightgreen.svg)
**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)