Updated Glossary (markdown)
parent
de9059057b
commit
939a2a51db
|
@ -18,6 +18,7 @@ Command Line Interface. On Linux, macOS, and Windows, [Tailscale comes with a CL
|
|||
Tailscale that offers a few more options than are available with the GUI (Graphical User Interface) clients.
|
||||
|
||||
## Domain
|
||||
(Also referred to as "tailnet".)
|
||||
|
||||
A Tailscale Domain is a network. Each email domain is (currently) its own domain. So users `foo@example.com` and `bar@example.com` are both in the `example.com` domain and can potentially access each others' nodes (subject to the domain's ACL). Shared email providers like `@gmail.com` are treated specially and each email address is considered its own isolated domain.
|
||||
|
||||
|
@ -57,6 +58,9 @@ A combination of a user & machine.
|
|||
|
||||
Another node that your node is trying to talk to. They might be part of your domain or not.
|
||||
|
||||
## Tailnet
|
||||
A Tailscale network. See [domain](#domain).
|
||||
|
||||
## Tunnel
|
||||
|
||||
In VPNs, the term "tunnel" usually refers to a virtual tunnel between the your machine and a peer you're trying to talk to.
|
||||
|
|
Loading…
Reference in New Issue