summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-10-19 16:01:51 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-10-19 16:01:51 +0100
commit9d28b43781d514f0fb4ca347ab54804dd4228792 (patch)
treea33b4ffb1a7737f66c3097318800674fce069b03 /ebin
parentad8f1a01c955ff4a4a07878d4cd97512c7f0c115 (diff)
downloadrabbitmq-server-9d28b43781d514f0fb4ca347ab54804dd4228792.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.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 9b1ff8bd..0431ee8a 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},