encrypt traffic with pre-shared key
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,8 +3,10 @@ module baalvpn
|
||||
go 1.26.3
|
||||
|
||||
require (
|
||||
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
|
||||
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
||||
golang.org/x/crypto v0.54.0
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.47.0 // indirect
|
||||
require (
|
||||
golang.org/x/sys v0.47.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user