Upload files to "/"

This commit is contained in:
2026-04-17 12:29:00 +00:00
commit 845b66c535
3 changed files with 1228 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module tunnel
go 1.19
require (
github.com/huin/goupnp v1.3.0
golang.org/x/crypto v0.43.0
)
require (
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.37.0 // indirect
)