x0r2d2 / trojan-go-quickstart

A simple installation script for trojan-go server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trojan-go-quickstart

A simple installation script for trojan-go server.

This script will help you install the trojan-go binary to /usr/bin, a template for server configuration to /etc/trojan-go, install the geoip list to /usr/lib/trojan-go, 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/DongfeiSay/trojan-go-quickstart/master/trojan-go-quickstart.sh)"
    
  • via wget
    sudo bash -c "$(wget -O- https://raw.githubusercontent.com/DongfeiSay/trojan-go-quickstart/master/trojan-go-quickstart.sh)"
    

About

A simple installation script for trojan-go server.

License:MIT License


Languages

Language:Shell 100.0%