Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DNS

Since the domain name used for the instance is dynamic, a wildcard DNS record is required.

With your domain’s DNS provider

If you own a domain you would like to use, you can create a wildcard domain within the DNS settings of your DNS provider. For example creating a record an A record for *.haze.example.com with a value of 127.0.0.1 and a similar one for haze.example.com.

With a local dnsmasq

If you do not own a “real” domain for using with haze, you can setup dnsmasq locally to achieve the same goal instead.

How to install and enable dnsmasq will depend on your Linux distribution of choice and should be documented by it’s documentation.

Once setup, a configuration line like

address=/haze.local/172.0.0.1

should be enough to point haze.local and *.haze.local to your local host.