zerotier-one.8.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. ============
  2. zerotier-one
  3. ============
  4. -------------------------------------------------
  5. end-point peer for ZeroTier virtual network layer
  6. -------------------------------------------------
  7. :Author: |author|
  8. :Date: 2016-03-04
  9. :Copyright:
  10. Copyright © 2016 ZeroTier Inc.
  11. :Manual section: 8
  12. :Manual group: ZeroTier
  13. .. |command| replace:: **zerotier-one**
  14. .. |license| replace::
  15. `GNU General Public License, version 3 or later
  16. <https://www.gnu.org/licenses/#GPL>`__
  17. SYNOPSIS
  18. ========
  19. | |command| [ **-U** ] [ **-p** `PORT` ] [ **-d** ] [ `HOMEDIR` ]
  20. | |command| **-i** [ `IDTOOL_ARG` ... ]
  21. | |command| **-q** [ `QUERY_ARG` ... ]
  22. | |command| **-h**
  23. | |command| **-v**
  24. DESCRIPTION
  25. ===========
  26. **ZeroTier One** is the end-point peer for the ZeroTier
  27. software-defined network layer.
  28. *ZeroTier* is a peer-to-peer virtual network. Its “virtual layer 1”
  29. (VL1) is implemented in the communication between ZeroTier One peers.
  30. This provides the OSI layer 1 functionality on which to build further
  31. network services.
  32. OPTIONS
  33. =======
  34. **-h**
  35. Display concise help on command usage.
  36. **-v**
  37. Display program version.
  38. **-U**
  39. Run as unprivileged user (skip privilege check).
  40. **-p** `PORT`
  41. Communicate on network port `PORT` (either TCP or UDP).
  42. **-d**
  43. Become a conventional daemon process. Only available on Unix-like
  44. operating systems.
  45. **-i** [ `IDTOOL_ARG` ... ]
  46. Generate and manage identities.
  47. This is equivalent to running the **zerotier-idtool** command with
  48. all the specified `IDTOOL_ARG` parameters.
  49. **-q** [ `QUERY_ARG` ... ]
  50. Query the running ZeroTier One process.
  51. This is equivalent to running the **zerotier-cli** command with
  52. all the specified `QUERY_ARG` parameters.
  53. FILES
  54. =====
  55. The |command| process will store its state in files within the
  56. specified `HOMEDIR` directory (default: ``/var/lib/zerotier-one``).
  57. SEE ALSO
  58. ========
  59. * **zerotier-idtool**\ (1), **zerotier-cli**\ (1)
  60. * ZeroTier One documentation:
  61. * Product page `<https://www.zerotier.com/product-one.shtml>`__.
  62. * Configuration guide `<https://www.zerotier.com/config.shtml>`__.
  63. * Technical FAQ `<https://www.zerotier.com/tech_faq.shtml>`__.
  64. HISTORY
  65. =======
  66. The |command| program is developed by ZeroTier Inc.
  67. This manual page was written by |author|. This is free software: you
  68. may copy, modify and/or distribute this work under the terms of the
  69. |license| as published by the Free Software Foundation. No warranty
  70. expressed or implied.
  71. .. |author| replace:: |authorname| |authoremail|
  72. .. |authorname| replace:: Ben Finney
  73. .. |authoremail| replace:: <ben+zerotier@benfinney.id.au>
  74. ..
  75. Local variables:
  76. mode: rst
  77. coding: utf-8
  78. time-stamp-format: "%:y-%02m-%02d"
  79. time-stamp-start: "^:Date:[ ]+"
  80. time-stamp-end: "$"
  81. time-stamp-line-limit: 20
  82. End:
  83. vim: filetype=rst fileencoding=utf-8 :