Home > @lynx-js/rspeedy > Server > host
Server.host property
Specify the host that the Rspeedy Server listens to.
Signature:
Default Value
"0.0.0.0"
Remarks
During rspeedy dev, if server.host is unset, the dev plugin resolves dev-server-related URLs and client host settings with a detected non-loopback IPv4 address, such as 192.168.1.50. It falls back to an eligible IPv6 address, then to an IPv4 loopback address when no non-loopback IP is available. If you have multiple network interfaces, set server.host explicitly to choose the desired address.
Example
Set the host to a custom value: