pekko/akka-docs
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
..
_sphinx =doc #15234 add new google analytics tracker 2014-05-20 11:28:53 +02:00
rst =rem #15007 add ability to bind to a different address than the remoting waits messages from 2014-09-15 18:30:12 +03:00
.history Tests are green with new Futures, consider this a half-way-there marker 2011-12-11 00:40:52 +01:00
build.sbt =doc #15336 run contrib preprocessing after regular preprocess 2014-09-06 20:37:32 +03:00