Trojan服务配置
前提条件: 一台外网云服务器 域名 https 证书 服务端安装 trojan 切换到 root 身份:sudo su 1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/trojan-gfw/trojan-quickstart/master/trojan-quickstart.sh)" 安装提示: Entering temp directory /tmp/tmp.3t5aPoYDpj... Downloading trojan 1.16.0... ################################################################################################################################################### 100.0% Unpacking trojan 1.16.0... Installing trojan 1.16.0 to /usr/local/bin/trojan... Installing trojan server config to /usr/local/etc/trojan/config.json... Installing trojan systemd service to /etc/systemd/system/trojan.service... Reloading systemd daemon... Deleting temp directory /tmp/tmp.3t5aPoYDpj... Done! 配置文档说明:https://trojan-gfw.github.io/trojan/config 修改配置 server.json 服务器配置 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 { "run_type": "server", "local_addr": "0....