Static REMOTE_ALLOC_BOOTSTRAP_ADDR

Source
pub static REMOTE_ALLOC_BOOTSTRAP_ADDR: Key<String>
Expand description

Specify the address alloc uses as its bootstrap address. e.g.:

  • “tcp:142.250.81.228:0” means seve at a random port with IP4 address 142.250.81.228.
  • “tcp:[2401:db00:eef0:1120:3520:0:7812:4eca]:27001” means serve at port 27001 with any IP6 2401:db00:eef0:1120:3520:0:7812:4eca.

These IP address must be the IP address of the host running the alloc.

This config is useful when we want the alloc to use a particular IP address. For example, in a AWS setting, we might want to use the host’s public IP address.