mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-27 01:09:04 +02:00
Add extra DNS labels documentation page (#661)
This commit is contained in:
@@ -126,12 +126,11 @@ netbird up --setup-key AAAA-BBB-CCC-DDDDDD
|
||||
```
|
||||
You can set extra DNS labels with the `--extra-dns-labels` flag:
|
||||
```shell
|
||||
netbird up --setup-key AAAA-BBB-CCC-DDDDDD --extra-dns-labels vpc1,mgmt1
|
||||
netbird up --setup-key AAAA-BBB-CCC-DDDDDD --extra-dns-labels vpc1,mgmt1
|
||||
```
|
||||
<Note>
|
||||
This feature requires a setup-key with permissions to add peers with the extra labels.
|
||||
This feature requires a setup key with the **Allow Extra DNS Labels** option enabled. See [Extra DNS Labels](/manage/dns/extra-dns-labels) for full details, including wildcard labels and round-robin load balancing.
|
||||
</Note>
|
||||
Multiple peers with the same extra labels will generate grouped DNS labels on the client side, and this feature can be used for DNS round-robing load balancing.
|
||||
|
||||
### login
|
||||
Command to authenticate the NetBird client to a management service. If the peer is not logged in, by default, it will attempt to initiate an SSO login flow.
|
||||
|
||||
Reference in New Issue
Block a user