From 1aef65224bb365a46ca165d6b8b8ccace3b2a067 Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 12 Feb 2025 11:43:21 -0800 Subject: [PATCH] docs: Fix windows headless client note (#8108) --- website/src/app/kb/client-apps/readme.mdx | 7 +++++++ website/src/app/kb/deploy/clients/readme.mdx | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/website/src/app/kb/client-apps/readme.mdx b/website/src/app/kb/client-apps/readme.mdx index e58d5cc04..c76d5b698 100644 --- a/website/src/app/kb/client-apps/readme.mdx +++ b/website/src/app/kb/client-apps/readme.mdx @@ -60,4 +60,11 @@ platform. >

Linux Headless

+ +

Windows Headless

+
diff --git a/website/src/app/kb/deploy/clients/readme.mdx b/website/src/app/kb/deploy/clients/readme.mdx index 1324fd25c..95f476eb8 100644 --- a/website/src/app/kb/deploy/clients/readme.mdx +++ b/website/src/app/kb/deploy/clients/readme.mdx @@ -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. | Next: Configure DNS