搭建文檔
- 項目地址: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