fix traffic limiter

This commit is contained in:
ginuerzh
2022-12-19 19:33:29 +08:00
parent 1cb719f694
commit 15feb7599e
6 changed files with 438 additions and 246 deletions

1
go.mod
View File

@ -18,6 +18,7 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/lucas-clemente/quic-go v0.30.0
github.com/miekg/dns v1.1.50
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pion/dtls/v2 v2.1.5
github.com/pires/go-proxyproto v0.6.2
github.com/prometheus/client_golang v1.12.1