pekko/akka-remote/src
Martynas Mickevicius 47556a0ebf =rem #15007 add ability to bind to a different address than the remoting waits messages from
This can be used to traverse NATs with the following configuration:

akka.remote.netty.tcp {
  ...
  hostname = my-external-address.lt
  bind-hostname = 192.168.1.100
}

Use Akka BoundAddressesExtension to get bound addresses
2014-09-15 18:30:12 +03:00
..
main =rem #15007 add ability to bind to a different address than the remoting waits messages from 2014-09-15 18:30:12 +03:00
test =rem #15007 add ability to bind to a different address than the remoting waits messages from 2014-09-15 18:30:12 +03:00