itshaadi / trojan-autoconf

Boilerplate configuration for trojan server (trojan-gfw).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trojan Autoconf

Boilerplate configuration for trojan server (trojan-gfw).


how it works

Requirements:

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

pip3 install -U docker-compose

useful documentations:

Installation

git clone https://github.com/itshaadi/trojan-autoconf.git
cd trojan-autoconf
chmod +x configure.sh

Usage

Usage: 
 	 <domain> <optional:email> 
 	 eg: ./configure.sh mywebsite.com hello@gmail.com

finish the configuration procedure then run docker-compose up -d

you only need to run this script once.

Defaults:

  • password: trojan-autoconf

About

Boilerplate configuration for trojan server (trojan-gfw).

License:MIT License


Languages

Language:Shell 97.7%Language:HTML 2.3%