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 federation

This commit is contained in:
Robin Appelman 2026-04-14 14:04:44 +02:00
commit 19e60217ea

View file

@ -274,8 +274,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. Pointing it to `127.0.0.1` will also work, but comes your development machine.
with limitations like federation not being supported.
- Set the `proxy` configuration with your domain and desired listen endpoint. - 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 - 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 systemd user service is recommended (see [haze.service](./haze.service) for an