mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 16:56:39 +00:00
feat: first project flow
This commit is contained in:
12
cmd/wiretrustee/config.go
Normal file
12
cmd/wiretrustee/config.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package wiretrustee
|
||||
|
||||
import "golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
||||
|
||||
type Config struct {
|
||||
// Wireguard private key of local peer
|
||||
PrivateKey wgtypes.Key
|
||||
// configured remote peers (Wireguard public keys)
|
||||
Peers string
|
||||
// host:port of the signal server
|
||||
SignalAddr string
|
||||
}
|
||||
Reference in New Issue
Block a user