Merge pull request #1232 from lolmaus/patch-1
Webrick should not do reverse DNS lookups
This commit is contained in:
commit
299263c7e5
|
@ -168,7 +168,8 @@ module Middleman
|
|||
http_opts = {
|
||||
:BindAddress => host,
|
||||
:Port => port,
|
||||
:AccessLog => []
|
||||
:AccessLog => [],
|
||||
:DoNotReverseLookup => true
|
||||
}
|
||||
|
||||
if is_logging
|
||||
|
|
Loading…
Reference in a new issue