You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/how-to/examples.mdx
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,16 @@ You would need to obtain a [setup key](/how-to/register-machines-using-setup-key
104
104
105
105
The setup key could be found in the NetBird Management dashboard under the Setup Keys tab - [https://app.netbird.io/setup-keys](https://app.netbird.io/setup-keys).
106
106
107
-
Set the ```NB_SETUP_KEY``` environment variable and run the command.
107
+
Set the environment variables:
108
+
109
+
-`PEER_NAME` - Peer's name and hostname as appearing in the Dashboard/DNS queries
110
+
-`NB_SETUP_KEY`
111
+
-`EXTERNAL_INTERFACE` - an external interface, the machine uses for Internet access
0 commit comments