pekko/akka-docs/rst/additional
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
..
code/docs =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
books.rst Update books.rst 2014-08-29 12:53:36 +02:00
faq.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
http.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
index.rst Merge pull request #2000 from akka/wip-3685-faq-patriknw 2014-02-13 12:35:52 +01:00
language-bindings.rst add preprocessor for RST docs, see #2461 and #2431 2012-09-21 13:58:47 +02:00
osgi.rst Merge pull request #2000 from akka/wip-3685-faq-patriknw 2014-02-13 12:35:52 +01:00