From 903b3d25a887e89e16b300e1af5fc2f98174b94f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 2 Mar 2026 15:43:28 +0100 Subject: [PATCH] localhost proxy doesn't support federation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bda3823..e5ba037 100644 --- a/README.md +++ b/README.md @@ -276,8 +276,8 @@ proxy to allow using a wildcard domain. ### Setup - Set a DNS record for `*.haze.exmaple.com` and `haze.example.com` pointing to - `127.0.0.1` or your development machine if you need to access it from other - devices. + your development machine. Pointing it to `127.0.0.1` will also work, but comes + with limitations like federation not being supported. - Set the `proxy` configuration with your domain and desired listen endpoint. - Set up a service to run `haze proxy` in the background as your own user. A systemd user service is recommended (see [haze.service](./haze.service) for an