feat(pr2): HTTP/2+HTTP/3 fingerprint extractors — JA4H, H2 SETTINGS, JA4-QUIC

This commit is contained in:
2026-05-10 00:47:19 -04:00
parent 0653e500b5
commit 92632d7afd
25 changed files with 1885 additions and 48 deletions

View File

@@ -0,0 +1,9 @@
module github.com/decnet/caddy-fp
go 1.22
require (
github.com/caddyserver/caddy/v2 v2.8.4
go.uber.org/zap v1.27.0
golang.org/x/net v0.27.0
)