Updater code, work in progress...
This commit is contained in:
parent
e4044eeb70
commit
ae138566a9
8 changed files with 337 additions and 6 deletions
|
@ -67,6 +67,11 @@ public:
|
|||
* Supernodes on the ZeroTier network
|
||||
*/
|
||||
const std::map< Identity,std::vector<InetAddress> > supernodes;
|
||||
|
||||
/**
|
||||
* Identities permitted to sign software updates
|
||||
*/
|
||||
const std::map< Address,Identity > updateAuthorities;
|
||||
};
|
||||
|
||||
extern const Defaults ZT_DEFAULTS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue