Rename topology/ to be more descriptive, and some more updates.

This commit is contained in:
Adam Ierymenko
2014-08-07 20:21:07 -04:00
parent f0ebb0b0f1
commit dd58006d65
12 changed files with 14 additions and 19 deletions

7
root-topology/README.md Normal file
View File

@@ -0,0 +1,7 @@
This folder contains the source files to compile the signed network root topology dictionary. Users outside ZeroTier won't find this useful except for testing, since the root topology must be signed by the root topology authority (public identity in root-topology-authority.public) to be considered valid.
ZT_DEFAULT_ROOT_TOPOLOGY.c contains the current default value, and this URL is periodically checked for updates:
http://download.zerotier.com/sys/topology
Obviously nothing prevents OSS users from replacing this topology with their own, changing the hard coded topology signing identity and update URL in Defaults, and signing their own dictionary. But doing so would yield a network that would have a tough(ish) time talking to the main one. Since the main network is a free service, why bother? (Except for building testnets, which ZeroTier already does for internal testing.)