mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
17053da3ca
ZeroTier can be used for on-premise network virtualization, as a peer to peer VPN for mobile teams, for hybrid or multi-data-center cloud deployments, or just about anywhere else secure software defined virtual networking is useful. WWW: https://www.zerotier.com/ PR: 203161 Submitted by: corsmith@gmail.com
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
#################################
|
|
|
|
First start the zerotier service:
|
|
|
|
service zerotier start
|
|
|
|
To connect to a zerotier network:
|
|
|
|
zerotier-cli join <network>
|
|
|
|
#################################
|