Skip to content

Releases: SunBK201/UA3F

UA3F v0.6.0

09 Nov 07:39
Compare
Choose a tag to compare
  • 支持正则表达式匹配部分替换 Partial Replace: 开启后只替换 User-Agent Regex Pattern 中匹配到的部分。该选项仅在 User-Agent Regex Pattern 不为空时生效。
  • 支持 OpenWrt 交叉编译安装 🎉,README 中已给出交叉编译的参考命令。

UA3F v0.5.1

02 Nov 12:44
Compare
Choose a tag to compare
  • Fully support regular expression syntax

Full Changelog: v0.5.0...v0.5.1

UA3F v0.5.0

31 Oct 06:49
Compare
Choose a tag to compare
  • 支持 User-Agent 正则匹配: User-Agent Regex Pattern 为 User-Agent 正则表达式规则。如果流量中的 User-Agent 匹配该正则表达式,则会被修改为 User-Agent 字段的内容,否则不会被修改;如果该字段为空,则所有流量 User-Agent 都会被修改。默认 (iPhone|iPad|Android|Macintosh|Windows|Linux),即只修改携带设备与系统信息的 User-Agent。
  • 优化日志输出

UA3F v0.4.0

24 Mar 11:17
Compare
Choose a tag to compare
  • 支持 opkg 安装包安装
  • 内核文件路径由 /root/ua3f 迁移至 /usr/bin/ua3f
  • init 文件路径由 /etc/init.d/ua3f.service 迁移至 /etc/init.d/ua3f

UA3F v0.3.1

18 Mar 13:48
Compare
Choose a tag to compare
  • 优化日志输出

UA3F v0.3.0

04 Mar 17:10
Compare
Choose a tag to compare
  • 支持 UDP 转发
  • 修改潜在地开启自启动失败情况

安装(升级)脚本:

opkg update
opkg install curl libcurl luci-compat
export url='https://blog.sunbk201.site/cdn' && sh -c "$(curl -kfsSl $url/install.sh)"

UA3F v0.2.3

27 Feb 06:36
Compare
Choose a tag to compare

Fix: shellclash username not found

UA3F v0.2.2

18 Feb 09:45
Compare
Choose a tag to compare

Fix:Potential installation failure and failure to start.

UA3F v0.2.1

29 Dec 17:50
Compare
Choose a tag to compare
  • More log level option
  • Bug fix.

UA3F v0.2.0

21 Dec 14:11
Compare
Choose a tag to compare

支持 LuCI Web 控制页面。

安装 / 升级使用以下脚本:

export url='https://blog.sunbk201.site/cdn' && sh -c "$(curl -kfsSl $url/install.sh)"