pub fn server_ip() -> Option<IpAddr>
Expand description
Get the IP that the server should be bound to.
This is set by the CLI and is used to bind the server to a specific address.
You can manually set the ip by setting the IP
environment variable.
IP=0.0.0.0 ./server