feat: support UDP over TCP in mieru (#1926)

This commit is contained in:
enfein
2025-03-20 05:58:04 +00:00
committed by GitHub
parent 4f8b70c8c6
commit 0f32c054f4
4 changed files with 25 additions and 4 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/bahlo/generic-list-go v0.2.0
github.com/coreos/go-iptables v0.8.0
github.com/dlclark/regexp2 v1.11.5
github.com/enfein/mieru/v3 v3.12.0
github.com/enfein/mieru/v3 v3.13.0
github.com/go-chi/chi/v5 v5.2.1
github.com/go-chi/render v1.0.3
github.com/gobwas/ws v1.4.0