tracking mod

This commit is contained in:
0xdcarns
2022-01-29 10:06:53 -05:00
parent 7070d16f71
commit aa22afeb95
6 changed files with 15 additions and 5 deletions

View File

@@ -137,6 +137,7 @@ func JoinNetwork(cfg config.ClientConfig, privateKey string) error {
UDPHolePunch: cfg.Node.UDPHolePunch,
TrafficKeys: models.TrafficKeys{
Mine: rsaPrivKey.PublicKey,
Mod: *rsaPrivKey.PublicKey.N,
Server: rsa.PublicKey{},
},
}