Commit Graph

35 Commits

Author SHA1 Message Date
Zxilly
2d17f0c1e3
fix: read ip packet protocol 2024-12-03 18:57:21 +08:00
Zxilly
4f454461f3
fix: always try to enable cache 2024-11-27 14:25:57 +08:00
Zxilly
fb3dc3b412
fix: syntax error 2024-11-27 10:19:06 +08:00
Zxilly
701c591ace
fix: potential ipv6 handle error 2024-11-27 10:16:50 +08:00
Zxilly
8b781b0138
feat: allow disable cache 2024-11-26 17:33:12 +08:00
Zxilly
51cb0cfa9e
chore: remove duplicate check 2024-11-26 15:48:18 +08:00
Zxilly
657a402be1
chore: fix typo
Signed-off-by: Zxilly <31370133+Zxilly@users.noreply.github.com>
2024-08-20 16:56:43 +08:00
Zxilly
bf080925b7
feat: allow disable connmark with config 2024-07-22 20:26:39 +08:00
Zxilly
aa12ba8c7b
fix: ignore compile time ua if custom ua set 2024-07-21 11:47:13 +08:00
Zxilly
e8b193f0c2
fix: add fail fallback for no conntrack environment 2024-07-01 04:10:46 +08:00
Zxilly
fa252bb2c2
perf: remove unnecessary string format for addrport 2024-06-19 01:41:04 +08:00
Zxilly
a1aa3f6cb5
style: reformat with clang-format 2024-06-19 00:48:56 +08:00
Zxilly
de2f9f4dec fix: cli missing macro define 2023-12-25 20:33:58 +08:00
Zxilly
38d8ca89e2 feat: make it possible to run without uci
for #113
2023-12-25 20:23:23 +08:00
Zxilly
6be399f59e fix: remove possible false positive 2023-12-03 21:11:32 +08:00
Zxilly
027669129b perf: using const for argument 2023-11-10 18:25:31 +08:00
Zxilly
406c138ad1 feat: check http request method 2023-10-31 16:08:04 +08:00
Zxilly
420762a56a chore: no need for atomic 2023-10-30 13:49:13 +08:00
Zxilly
94b55c6828 feat: allow set UA with uci 2023-10-20 21:04:12 +08:00
Zxilly
3baaedc5bc fix: fix http mark handle
fix: #91
2023-09-06 22:18:05 +08:00
Zxilly
a62a299928 chore: add log 2023-09-06 12:17:11 +08:00
Zxilly
b177c791d7 fix: use correct mark for early return 2023-09-06 12:16:08 +08:00
Zxilly
5547b2098c feat: add non-tcp guard 2023-09-01 23:26:26 +08:00
Zxilly
4bac87debb fix: add missing count statement 2023-09-01 23:26:14 +08:00
Zxilly
4c609fc646 feat: add no cache mode 2023-09-01 19:12:14 +08:00
Zxilly
bf2fdd9ea9 revert: "feat: allow ua2f run without conntrack mark support"
This reverts commit e21821c4c0.
2023-09-01 00:16:43 +08:00
Zxilly
e21821c4c0 feat: allow ua2f run without conntrack mark support
Currently I have no time to add support nftables.
2023-08-31 22:55:52 +08:00
Zxilly
70aa29167e fix: custom ua filled with space but not \0 2023-05-11 11:41:00 +08:00
Zxilly
5fc93bd110 fix: fix auto_type error 2023-05-10 11:36:15 +08:00
Zxilly
633e5e5c39 feat: add custom ua 2023-05-10 11:31:31 +08:00
Zxilly
2dd4c93c8c fix: handle multi user-agent 2023-05-10 11:30:53 +08:00
Zxilly
d0b2b3c41b fix: hook non-standard user-agent header 2023-05-10 11:06:27 +08:00
Zxilly
5469d76032 fix: add missing log 2023-04-23 10:33:05 +08:00
Zxilly
aace74c3c7 fix: regard connmark 0 as not set
(#73)
2023-04-22 21:44:49 +08:00
Zxilly
6c760a0807 refactor: rewrite to support ipv6
Closes: #44
2023-04-21 21:26:27 +08:00