diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-19 16:01:51 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-19 16:01:51 +0100 |
| commit | 1854e8cade228217341fdc7e8bdd1c2255a0f23c (patch) | |
| tree | a33b4ffb1a7737f66c3097318800674fce069b03 /ebin | |
| parent | b3ac2eab52f8625153155e1d42bf9f2155885694 (diff) | |
| download | rabbitmq-server-git-1854e8cade228217341fdc7e8bdd1c2255a0f23c.tar.gz | |
OK, I prefer this. Patch the dns lookups into connection_string, this makes names come out correctly for channels, stomp, mqtt and means we can remove some special casing from mgmt. Remove the extra process. Add a mechanism to disable the whole thing in case people have broken configs.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 9b1ff8bdaf..0431ee8a01 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -43,6 +43,7 @@ {trace_vhosts, []}, {log_levels, [{connection, info}]}, {ssl_cert_login_from, distinguished_name}, + {reverse_dns_lookups, true}, {tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, |
