This commit is contained in:
jdl 2025-01-02 07:42:13 +01:00
parent f0076939d5
commit b1e85733a2

11
node/config.go Normal file
View File

@ -0,0 +1,11 @@
package node
import "vppn/m"
type localConfig struct {
m.PeerConfig
PubKey []byte
PrivKey []byte
PubSignKey []byte
PrivSignKey []byte
}