diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-22 11:08:29 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-22 11:08:29 +0100 |
| commit | f774e7ba2fd8e478ddacc11729175f64344a71cf (patch) | |
| tree | ea529d2c02ab8a505808ba2a336e8144c875b2ae /ebin | |
| parent | 825041338135d90671e0187252fc916c4de82d31 (diff) | |
| parent | 2c591c35baaf693789fe4a4d2e14e978d9f9e482 (diff) | |
| download | rabbitmq-server-git-f774e7ba2fd8e478ddacc11729175f64344a71cf.tar.gz | |
merge heads
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 0431ee8a01..16dfd19648 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -43,7 +43,7 @@ {trace_vhosts, []}, {log_levels, [{connection, info}]}, {ssl_cert_login_from, distinguished_name}, - {reverse_dns_lookups, true}, + {reverse_dns_lookups, false}, {tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, |
