trojan使用记录

本文最后更新于:2023年8月10日 上午

centos 安装 trojan

1
2
3
yum update -y  #CentOS
yum install -y curl #CentOS
source <(curl -sL https://git.io/trojan-install)

centos 卸载 trojan

1
source <(curl -sL https://git.io/trojan-install) --remove

安装后按提示选择域名证书和数据库即可

域名申请推荐godaddy,国内只要域名指向国内服务器都需要备案

申请域名后推荐转入dnspod进行域名管理,方便一键使用脚本申请ssl(后续整理如何进行一键ssl申请)

安装完毕后强烈开启bbr-plus魔改版加速,否则速度慢
wget -N –no-check-certificate “https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

注意点

trojan安装后默认监听443端口,由于443端口还想为其他服务提供,可进行修改端口,并取消ssl

issues 链接(https://github.com/Jrohy/trojan/issues/583)

1
2
3
4
修改 /etc/systemd/system/trojan-web.service 配置文件, 在/usr/local/bin/trojan web 后面加入 -p 4443 使trojan-web使用4443端口并关闭ssl功能,然后运行:

systemctl daemon-reload
systemctl restart trojan-web

注意以上只是trojan-web端口进行了修改,trojan服务的端口可进行管理面板自行修改,否则也是占用443端口

References


trojan使用记录
https://baymax55.github.io/2023/07/10/other/trojan/
作者
baymax55
发布于
2023年7月10日
许可协议