Add UDP proxy support

This commit is contained in:
2026-03-30 21:26:53 -04:00
parent 9f90997bab
commit 7ed709ad3d
6 changed files with 377 additions and 46 deletions

3
go.mod
View File

@ -3,14 +3,13 @@ module infinite-noodle
go 1.19
require (
github.com/google/uuid v1.6.0
go.mills.io/bitcask/v2 v2.1.3
inet.af/tcpproxy v0.0.0-20231102063150-2862066fc2a9
)
require (
github.com/abcum/lcp v0.0.0-20201209214815-7a3f3840be81 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-immutable-radix/v2 v2.0.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/mattetti/filebuffer v1.0.1 // indirect