docs: Search domains (#8437)

- Adds search domains section to Deploy -> DNS docs
- Mentions known issue: #8430
This commit is contained in:
Jamil
2025-03-14 05:49:48 -05:00
committed by GitHub
parent 01d7b6b6f2
commit 0809d992d6
6 changed files with 30 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ We will add troubleshooting steps here in the future.
## Known issues
None at this time.
- If a search domain is applied, the system search domains set manually or by
DHCP are ignored. [#8430](https://github.com/firezone/firezone/issues/8430).
<SupportOptions />

View File

@@ -86,8 +86,8 @@ already work properly.
### Signing in
1. Start the GUI by running `Firezone Client` from your desktop
environment's application menu or from an interactive shell.
1. Start the GUI by running `Firezone Client` from your desktop environment's
application menu or from an interactive shell.
1. At the Welcome screen, click `Sign in`. This will open the Firezone sign-in
page in your default web browser.
1. Sign in using your account slug and identity provider
@@ -260,5 +260,7 @@ the tunnel, and a GUI which allows the user to control Firezone.
[#7646](https://github.com/firezone/firezone/issues/7646)
- If you update Firezone while the GUI is running, you must manually restart the
GUI [#5790](https://github.com/firezone/firezone/issues/5952)
- If a search domain is applied, the system search domains set manually or by
DHCP are ignored. [#8430](https://github.com/firezone/firezone/issues/8430).
<SupportOptions />

View File

@@ -264,6 +264,7 @@ sudo mv /etc/resolv.conf.before-firezone /etc/resolv.conf
## Known issues
None at this time.
- If a search domain is applied, the system search domains set manually or by
DHCP are ignored. [#8430](https://github.com/firezone/firezone/issues/8430).
<SupportOptions />

View File

@@ -212,6 +212,8 @@ the tunnel, and a GUI which allows the user to control Firezone.
## Known issues
- If a search domain is applied, DNS suffix search list of other adapters are
ignored. [#8430](https://github.com/firezone/firezone/issues/8430).
- Firezone does not register itself with Windows as a VPN
[#2875](https://github.com/firezone/firezone/issues/2875)
- The Windows client is not yet available for Arm64 devices

View File

@@ -207,6 +207,8 @@ Get-DnsClientNrptRule | where Comment -eq firezone-fd0020211111 | foreach { Remo
## Known issues
- If a search domain is applied, DNS suffix search list of other adapters are
ignored. [#8430](https://github.com/firezone/firezone/issues/8430).
- The Windows client is not yet available for Arm64 devices
[#2992](https://github.com/firezone/firezone/issues/2992)

View File

@@ -84,6 +84,24 @@ resolver(s).
</Alert>
## Configuring search domains
A search domain (sometimes known as a default DNS suffix) can be configured with
the domain name of your choosing in the `Settings -> DNS` page. This domain will
automatically be appended to **all single-label queries on the system** when a
Client device is signed into Firezone.
<Alert color="warning">
On Apple devices, the search domain set in the Firezone admin portal is applied
_in addition_ to any locally-configured search domains. On Android, Linux, and
Windows devices, however, these are applied _instead of_ any locally-configured
search domains. If this is causing an issue for your use case, please leave
feedback on
[this GitHub issue](https://github.com/firezone/firezone/issues/8430).
</Alert>
## Configuring Client DNS upstream resolvers
Upstream DNS in all Clients can be configured with the servers of your choosing