mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
6 lines
361 B
YAML
6 lines
361 B
YAML
# Setting the `host_match` setting will cause a `zrok access public` to ignore `Host` headers that do not contain the
|
|
# configured string. This will allow you to let a load balancer access the frontend by IP address for health check
|
|
# purposes, and will allow `Host` headers that match the configured DNS name to be routed through `zrok`.
|
|
#
|
|
host_match: zrok.io
|