aestheticizing

git-svn-id: https://beef.googlecode.com/svn/trunk@526 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
vitaly.osipov@gmail.com
2010-11-15 10:38:02 +00:00
parent 87667c2a5f
commit 7921b66f1e

View File

@@ -14,6 +14,7 @@ module Console
if beef_host == '0.0.0.0'
zcs_hosts = Socket.getaddrinfo(Socket.gethostname, 'www', Socket::AF_INET, Socket::SOCK_STREAM).map { |x| x[3] }
zcs_hosts = zcs_hosts << "127.0.0.1"
else
zcs_hosts = [beef_host]
end