• Stars
    star
    231
  • Rank 167,133 (Top 4 %)
  • Language
    Shell
  • License
    MIT License
  • Created almost 5 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple installation script for trojan server.

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)"