diff --git a/elixir/apps/web/lib/web/mailer/auth_email/new_user.html.heex b/elixir/apps/web/lib/web/mailer/auth_email/new_user.html.heex index 1c9eb63af..041373e6e 100644 --- a/elixir/apps/web/lib/web/mailer/auth_email/new_user.html.heex +++ b/elixir/apps/web/lib/web/mailer/auth_email/new_user.html.heex @@ -89,8 +89,13 @@ To start accessing your resources, simply install one of the Firezone clients:
Android client
macOS & iOS clients
+macOS client
+iOS client
Windows client
diff --git a/website/src/app/kb/user-guides/windows-client/readme.mdx b/website/src/app/kb/user-guides/windows-client/readme.mdx index e3d0cfaa4..998a7d361 100644 --- a/website/src/app/kb/user-guides/windows-client/readme.mdx +++ b/website/src/app/kb/user-guides/windows-client/readme.mdx @@ -17,10 +17,23 @@ links: ## Usage -The Windows Client must be run as an administrator to function correctly. +The Windows Client must be run as an administrator to function correctly. **Be +sure to click "Allow" when prompted by the User Account Control dialog.** -**Be sure to click "Allow" when prompted by the User Account Control dialog.** - -If that dialog does not appear, you may need to manually run Firezone as an +If that dialog does not appear, you may need to explicitly run Firezone as an administrator. To do so, right-click the Firezone icon and select "Run as administrator." + +## Upgrading + +The Windows Client will automatically check for updates on launch and prompt you +to upgrade when a new version is available. Simply download the latest MSI +installer package above and install it over the existing version. + +## Known issues + +Web browsers that enable DNS-over-HTTPS by default may interfere with DNS +resolution. See +[this guide](/kb/administer/troubleshooting#some-browsers-break-dns-routing) to +disable DNS-over-HTTPS if you're experiencing issues connecting to DNS Resources +within your browser. diff --git a/website/src/components/Footer/index.tsx b/website/src/components/Footer/index.tsx index b24dc6e34..44339bf73 100644 --- a/website/src/components/Footer/index.tsx +++ b/website/src/components/Footer/index.tsx @@ -209,7 +209,7 @@ export default function Footer() {