mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Some test stuff that will not be pushed elsewhere.
This commit is contained in:
parent
0c43d34ce3
commit
aa6e3c79a0
6 changed files with 18 additions and 3 deletions
|
@ -135,7 +135,7 @@ int main(int argc,char **argv)
|
|||
|
||||
// ALICE TEST
|
||||
roots.push_back(World::Root());
|
||||
roots.back().identity = Identity("");
|
||||
roots.back().identity = Identity("d6ddca6ab5:0:4e761207d8b4200be44f478e3da148c16099110ee71b64586dda118e4022ab63682ce137da8ba817fc7f73aa3163f2e333933e2994c46b4f4119307be8855a72");
|
||||
roots.back().stableEndpoints.push_back(InetAddress("169.57.143.104/9993"));
|
||||
std::sort(roots.back().stableEndpoints.begin(),roots.back().stableEndpoints.end());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue