Adam Ierymenko 5185103692 Fix to create-test-root-topology. 10 vuotta sitten
..
supernodes 83227dc386 Now demote Amsterdam supernode. Appears to be having issues due to some sort of poor hosting provider performance. 11 vuotta sitten
test 5185103692 Fix to create-test-root-topology. 10 vuotta sitten
Makefile 918fc8884b Update mktopology so it works again and can easily be used to create test dictionaries. 10 vuotta sitten
README.md 9342380146 docs 10 vuotta sitten
ZT_DEFAULT_ROOT_TOPOLOGY.c 83227dc386 Now demote Amsterdam supernode. Appears to be having issues due to some sort of poor hosting provider performance. 11 vuotta sitten
ZT_DEFAULT_ROOT_TOPOLOGY.dict 83227dc386 Now demote Amsterdam supernode. Appears to be having issues due to some sort of poor hosting provider performance. 11 vuotta sitten
bin2c.c e77e224171 bin2c warning removed 11 vuotta sitten
mktopology.cpp 918fc8884b Update mktopology so it works again and can easily be used to create test dictionaries. 10 vuotta sitten

README.md

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.

Keys in the root topology dictionary are:

  • supernodes: contains another Dictionary mapping supernode address to supernode definition
    • ##########: supernode address, contains supernode definition
      • id: supernode identity (public) in string-serialized format
      • udp: comma-delimited list of ip/port UDP addresses of node
      • tcp: DEPRECATED comma-delimited list of ip/port TCP addresses of node
      • desc: human-readable description (optional)
      • dns: DNS name (optional, not currently used for anything)
  • noupdate: if the value of this is '1', do not auto-update from ZeroTier's servers

ZT_DEFAULT_ROOT_TOPOLOGY.c contains the current default value, and this URL is periodically checked for updates:

http://download.zerotier.com/net/topology/ROOT

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.)