+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird) +- Follow us [on Twitter](https://twitter.com/netbird) +- Join our [Slack Channel](https://join.slack.com/t/netbirdio/shared_invite/zt-31rofwmxc-27akKd0Le0vyRpBcwXkP0g) +- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub diff --git a/src/pages/how-to/networks.mdx b/src/pages/how-to/networks.mdx index 4d33f135..2725b9c4 100644 --- a/src/pages/how-to/networks.mdx +++ b/src/pages/how-to/networks.mdx @@ -103,6 +103,11 @@ You can enable DNS resolution on the routing peer by accessing your account `Set | **Support for site-2-site IP ranges routing?** | No, but support is planned | Yes, when you create a network route without access control groups | +## Use cases +- [Routing traffic to multiple IP resources](/how-to/routing-traffic-to-multiple-resources) +- [Accessing restricted website domain resources](/how-to/accessing-restricted-domain-resources) +- [Accessing entire domains within networks](/how-to/accessing-entire-domains-within-networks) + ## Get starteddiff --git a/src/pages/how-to/register-machines-using-setup-keys.mdx b/src/pages/how-to/register-machines-using-setup-keys.mdx index 294e8c44..5fa4f9a0 100644 --- a/src/pages/how-to/register-machines-using-setup-keys.mdx +++ b/src/pages/how-to/register-machines-using-setup-keys.mdx @@ -23,9 +23,14 @@ There are 2 types of setup keys: ## Ephemeral peers -You can create a setup key with the ephemeral peers option enabled. -Peers that are offline for over 10 minutes will be removed automatically. +Ephemeral peers allows you to add temporary peers to your network and having them automatically removed once they become offline for over 10 minutes. +This is particular useful when you want to run NetBird with Kubernetes pods or autoscaling groups. +## Allow Extra DNS Labels +This flag allows peers added with the setup key to add additional extra DNS labels to their peers. +This is useful when you want to add more context to your peers and access these peers using a single domain name. + +```bash {{ title: 'Starting NetBird Client' }} ## Using setup keys Setup keys are available in the NetBird Management Dashboard under the `Setup Keys` tab [https://app.netbird.io/setup-keys](https://app.netbird.io/setup-keys).