mirror of
https://github.com/Zxilly/UA2F.git
synced 2025-12-29 22:40:14 +00:00
parent
7af92f5dcf
commit
3baaedc5bc
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=UA2F
|
||||
PKG_VERSION:=4.3.0
|
||||
PKG_VERSION:=4.3.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=GPL-3.0-only
|
||||
|
||||
@ -127,6 +127,10 @@ static struct mark_op get_next_mark(struct nf_packet *pkt, bool has_ua) {
|
||||
return (struct mark_op) {false, 0};
|
||||
}
|
||||
|
||||
if (pkt->conn_mark == CONNMARK_HTTP) {
|
||||
return (struct mark_op) {false, 0};
|
||||
}
|
||||
|
||||
if (has_ua) {
|
||||
return (struct mark_op) {true, CONNMARK_HTTP};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user