From e3161f34aee847899d5667c2253f6d28d5307c74 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 24 Feb 2026 20:33:43 +0100 Subject: [PATCH] 127.0.0.1 now works for proxy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a12c61..10e133c 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ proxy to allow using a wildcard domain. ### Setup - Set a DNS record for `*.haze.exmaple.com` and `haze.example.com` pointing to - your development machine. (127.0.0.1 will not work) + `127.0.0.1` or your development machine if you need to access it from other devices. - Set the `proxy` configuration with your domain and desired listen endpoint - Setup a service to run `haze proxy` in the background as your own user. A systemd user service is recommended.