搭建文档
- 项目地址:https://github.com/jonssonyan/h-ui/blob/main/README_ZH.md
- 参考视频:https://www.youtube.com/watch?v=Ni3iaLOsH_A
- 一键部署命令
# root权限
sudo -ibash <(curl -fsSL https://raw.githubusercontent.com/jonssonyan/h-ui/main/install.sh)
- 部署完成以后,需要创建CRT证书
# 创建证书
openssl genrsa -out hy2.key 2048# 创建密钥
openssl req -new -x509 -key hy2.key -out hy2.crt -days 36500
- 导出2个文件备用,记得配置完成要点
保存
导出的链接还无法使用,需要导入后修改设置
跳过证书检验为 true
- 加强版路由规则:https://github.com/Loyalsoldier/v2ray-rules-dat