docs: Fix windows headless client note (#8108)

This commit is contained in:
Jamil
2025-02-12 11:43:21 -08:00
committed by GitHub
parent cf1b74cdc1
commit 1aef65224b
2 changed files with 9 additions and 2 deletions

View File

@@ -60,4 +60,11 @@ platform.
>
<p>Linux Headless</p>
</LinuxIcon>
<WindowsIcon
className="text-neutral-800 hover:text-neutral-900"
size={10}
href="/kb/client-apps/windows-headless-client"
>
<p>Windows Headless</p>
</WindowsIcon>
</div>

View File

@@ -67,9 +67,9 @@ See the table below for achieving headless mode operation on each platform:
| Platform | Headless Mode Operation |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Android / ChromeOS | Set the `token` key using an MDM provider that supports Android [managed configurations](https://developer.android.com/work/managed-configurations). If the token is set and valid, Firezone will automatically connect and authenticate using this token when the Client is started. |
| Linux | Set the `FIREZONE_TOKEN` and `FIREZONE_ID` environment variables when running the Client binary. |
| Linux | See the [Linux Headless Client](/kb/client-apps/linux-headless-client) guide. |
| macOS / iOS | Not yet supported. |
| Windows | Not yet supported. |
| Windows | See the [Windows Headless Client](/kb/client-apps/windows-headless-client) guide. |
<NextStep href="/kb/deploy/dns">Next: Configure DNS</NextStep>