chore: update description

This commit is contained in:
SunBK201 2025-10-27 18:23:08 +08:00
parent 153628808d
commit 2b0cb2b8a7
3 changed files with 4 additions and 4 deletions

View File

@ -8,4 +8,4 @@ Section: net
SourceDateEpoch: 1711267200
Architecture: all
Installed-Size: 3563520
Description: Implementation of the next generation of HTTP User-Agent modification methodology.
Description: Advanced HTTP User-Agent Rewriting Tool.

View File

@ -8,4 +8,4 @@ Section: net
SourceDateEpoch: 1711267200
Architecture: all
Installed-Size: 3696640
Description: Implementation of the next generation of HTTP User-Agent modification methodology.
Description: Advanced HTTP User-Agent Rewriting Tool.

View File

@ -26,13 +26,13 @@ define Package/ua3f
SECTION:=net
CATEGORY:=Network
SUBMENU:=Web Servers/Proxies
TITLE:=A SOCKS5 Server for Change User-Agent
TITLE:=A SOCKS5 Server for User-Agent Rewriting
URL:=https://github.com/SunBK201/UA3F
DEPENDS:=$(GO_ARCH_DEPENDS) +luci-compat
endef
define Package/ua3f/description
Implementation of the next generation of HTTP User-Agent modification methodology.
Advanced HTTP User-Agent Rewriting Tool.
endef
define Build/Prepare