mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
480 B
480 B
zerotier-cli
Control the local ZeroTier virtual network service. More information: https://github.com/zerotier/ZeroTierOne/blob/main/doc/zerotier-cli.1.md.
- Join a network:
sudo zerotier-cli join {{network_id}}
- List networks:
sudo zerotier-cli listnetworks
- List peers in a readable format:
sudo zerotier-cli peers
- Leave a network:
sudo zerotier-cli leave {{network_id}}
- Display the status of ZeroTier One:
sudo zerotier-cli {{[info|status]}}