diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-09 11:27:23 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-09 11:27:23 -0700 |
commit | 9342380146565b76146f16b703e863b57b323fd3 (patch) | |
tree | 05a4af436bded6db3270d5d5a9771d040a70c2f2 /root-topology | |
parent | 7192fe6d15265a8f3ae65631e464837fd396d4b6 (diff) | |
download | infinitytier-9342380146565b76146f16b703e863b57b323fd3.tar.gz infinitytier-9342380146565b76146f16b703e863b57b323fd3.zip |
docs
Diffstat (limited to 'root-topology')
-rw-r--r-- | root-topology/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root-topology/README.md b/root-topology/README.md index 41b9370c..2614d3d9 100644 --- a/root-topology/README.md +++ b/root-topology/README.md @@ -6,7 +6,7 @@ Keys in the root topology dictionary are: * **##########**: 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**: comma-delimited list of ip/port TCP 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 |