pekko/akka-remote
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
..
src =rem #15007 add ability to bind to a different address than the remoting waits messages from 2014-09-15 18:30:12 +03:00
build.sbt =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00