diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-19 16:34:56 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-19 16:34:56 +0100 |
| commit | 2c591c35baaf693789fe4a4d2e14e978d9f9e482 (patch) | |
| tree | c4da03313a5f434d6ca2758c5ebb9ad214285f2b | |
| parent | 22bf1a9f1b567dd1a2a8e93e4bb52089f283cb18 (diff) | |
| download | rabbitmq-server-git-2c591c35baaf693789fe4a4d2e14e978d9f9e482.tar.gz | |
I feel a great sadness.
| -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}, |
