mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
127.0.0.1 now works for proxy
This commit is contained in:
parent
f7b7c1bf37
commit
e3161f34ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue