package node import "vppn/m" type localConfig struct { m.PeerConfig PubKey []byte PrivKey []byte PubSignKey []byte PrivSignKey []byte }