From bd404584fd637b99401607a270de918f6b1be144 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Mon, 10 Jan 2011 21:15:39 +0000 Subject: [PATCH] 127.0.0.1 changed to 0.0.0.0 for dev cycle git-svn-id: https://beef.googlecode.com/svn/trunk@692 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ini b/config.ini index 818270e36..583bc0f59 100644 --- a/config.ini +++ b/config.ini @@ -7,7 +7,7 @@ permitted_hooking_subnet = "0.0.0.0/0" #permitted_ui_subnet = "127.0.0.1/32" permitted_ui_subnet = "0.0.0.0/0" -http_host = "127.0.0.1" +http_host = "0.0.0.0" http_port = "3000" http_dns = "localhost"