Skip to content

Releases: motao123/x-ui

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 09:59
Release v1.2.0: TLS 证书固定 pinnedPeerCertSha256

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 06:12

v1.1.0

主要更新

  • 重写系统状态、网络体检、入站管理和设置中心页面,提升日常运维效率。
  • 新增 WARP/Endpoint、证书中心、任务中心、独立代理用户和订阅系统。
  • 增强订阅安全:固定公开地址来源、访问日志去重清理、token 强度校验。
  • 增加 Vue2/Ant Design Vue 模板安全测试,避免自闭合组件导致页面渲染异常。

安装

bash <(curl -Ls https://raw.githubusercontent.com/motao123/x-ui/main/install.sh) v1.1.0

验证

  • 本地通过 go test ./...
  • 本地通过 go build -o x-ui.exe main.go
  • GitHub Actions Release x-ui 构建通过。
  • Release 包已上传:x-ui-linux-amd64.tar.gzx-ui-linux-arm64.tar.gz

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 20 Jun 03:44
v1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 20 Jun 03:22
v1.0.6

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 20 Jun 03:04
v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Jun 18:36
v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Jun 18:13
v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 18:03
v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:56
22b7fbd
v1.0.1 安全加固版本

代码审计安全加固,按优先级修复 7 项问题:
- P0: AutoHttps 重定向 Host 头注入
- P1: 安装脚本关闭 TLS 校验
- P1: 反代场景真实客户端 IP 识别
- P2: 初始口令文件自动清理
- P2: Dockerfile 非 root 运行
- P3: CSP nonce 替代 unsafe-inline
- P3: 会话密钥轮换命令

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 17:01

主要变更

✨ 新特性

  • 切换纯 Go SQLite 驱动,无需 CGO 即可编译
  • 新增 deploy.py 自动化部署脚本

🔧 优化

  • GitHub Release CI 简化(CGO_ENABLED=0,移除交叉编译依赖)
  • 前端 Vue.js 作用域修复
  • SECURITY.md 全文汉化

❌ 移除

  • 移除 TUIC、Hysteria2、AnyTLS 协议(标准 xray-core 不支持)

支持协议

协议 说明
VMess 经典协议,兼容性好
VLESS 轻量级,支持 Reality
Trojan 配置简单,强伪装
Shadowsocks 轻量加密代理
SOCKS 标准代理协议
HTTP HTTP 代理
Dokodemo-door 任意门转发

安装

bash <(curl -Ls https://raw.githubusercontent.com/motao123/x-ui/main/install.sh)