Commit Graph
15 Commits
Author SHA1 Message Date
Haruue 0e97c9f086 feat: connmark accept/drop config options 2024-10-28 10:17:46 +09:00
Haruue 5f4df7e806 chore: rm nfqueueNum parameter in setupNft() 2024-10-27 15:44:13 +09:00
Haruue d8d7c5b477 chore: allow set nfqueue num to 0 2024-10-27 15:44:04 +09:00
Haruue 1934c065ec feat(pcap): impl realtime wait() with time offset 2024-05-08 19:45:10 +08:00
Haruue 301f9af3d4 Revert "ci: install pcap for build 2"
This reverts commit 0daaa32fc6.
2024-05-08 19:26:19 +08:00
Haruue cb0427bfbb Revert "ci: install pcap for build"
This reverts commit 5e15fd6dd9.
2024-05-08 19:26:15 +08:00
Haruue 7456e5907e refactor(pcap): switch to pcapgo 2024-05-08 19:22:17 +08:00
Haruue 8cab86b924 Reapply "Merge pull request #132 from eddc005/feat-pcap"
This reverts commit 2ac8783eb6.
2024-05-08 19:13:49 +08:00
Haruue ef1416274d refactor(io): nft/ipt generator func 2024-03-22 02:04:25 +08:00
Haruue e77c2fabea docs: instruction for OpenWrt 22.02 or earlier 2024-03-09 21:42:49 +08:00
Haruue 8bd34d7798 chore: go mod tidy 2024-02-26 16:48:39 +08:00
Haruue bed34f94be fix: engine exit when too many packets hit NFQUEUE 2024-02-26 16:46:50 +08:00
Haruue a0b994ce22 fix: verdict is missing for multicast packets 2024-02-26 15:45:07 +08:00
Haruue Icymoon 22bbf0d9c7 fix: typo in test 2024-02-18 12:26:03 +08:00
8d94400855 Add WireGuard analyzer (#41)
* feat: add WireGuard analyzer

* chore(wg): reduce map creating for non wg packets

* chore: import format

* docs: add wg usage

---------

Co-authored-by: Toby <tobyxdd@gmail.com>
2024-01-30 18:05:51 -08:00