fix udp port forwarding

This commit is contained in:
ginuerzh
2024-10-22 22:57:18 +08:00
parent 1d0eb06938
commit 32ccfe483c
3 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ go 1.22
toolchain go1.22.2
require (
github.com/go-gost/core v0.1.7
github.com/go-gost/x v0.2.11
github.com/go-gost/core v0.1.8
github.com/go-gost/x v0.2.12
github.com/judwhite/go-svc v1.2.1
)