All Projects → trojan-gfw → Trojan Quickstart

trojan-gfw / Trojan Quickstart

Licence: mit
A simple installation script for trojan server.

Programming Languages

shell
77523 projects

trojan-quickstart

A simple installation script for trojan server.

This script will help you install the trojan binary to /usr/local/bin, a template for server configuration to /usr/local/etc/trojan, and (if applicable) a systemd service to /etc/systemd/system. It only works on linux-amd64 machines.

Usage

  • via curl
    sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/trojan-gfw/trojan-quickstart/master/trojan-quickstart.sh)"
    
  • via wget
    sudo bash -c "$(wget -O- https://raw.githubusercontent.com/trojan-gfw/trojan-quickstart/master/trojan-quickstart.sh)"
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].