Trojan + wordpress 安装

自从去年十月以来,SS和SSR都不太好用了,使用新的玩具:V2ray。

但是疫情期间,尤其是在工作单位,使用V2ray仍然不能顺利翻墙,这段时间则是靠chrome插件(setupVPN,AdGuard VPN,Astart,各种谷歌服务助手等)撑了一段时间。

今天尝试安装了Trojan,但是发现原来的Wordpress博客被顶掉了。搜索后参考网络跳跃 的几篇教程,完成了Trojan和Wordpress的安装,再次成功翻墙。

但是由于Vultr 的原因,google 学术不能顺利登陆,其他的速度还是非常可以的。

常用操作

1. 查看trojan运行状态/配置:bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/trojan.sh) info

2. trojan管理命令:启动:systemctl start trojan,停止:systemctl stop trojan,重启:systemctl restart trojan

3. 更新trojan到最新版:bash -c "$(curl -fsSL https://raw.githubusercontent.com/trojan-gfw/trojan-quickstart/master/trojan-quickstart.sh)"

4. 查看SSL证书:certbot certificates,更新证书:systemctl stop nginx; certbot renew; systemctl restart nginx

5. 卸载: bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/trojan.sh) uninstall

主要参考:
https://www.hijk.pw/trojan-one-click-scrip/
https://www.hijk.pw/trojan-windows-client-tutorial/
https://www.hijk.pw/build-website-with-trojan/

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注