1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

127.0.0.1 now works for proxy

This commit is contained in:
Robin Appelman 2026-02-24 20:33:43 +01:00
commit e3161f34ae

View file

@ -273,7 +273,7 @@ proxy to allow using a wildcard domain.
### Setup ### Setup
- Set a DNS record for `*.haze.exmaple.com` and `haze.example.com` pointing to - 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 - 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 - Setup a service to run `haze proxy` in the background as your own user. A
systemd user service is recommended. systemd user service is recommended.