From 7401a1b252c7d4c252d1235c69fa1786c0164db2 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Sun, 9 Jan 2011 20:58:58 +0000 Subject: [PATCH] http_host set to 127.0.0.1 until issue 240 is fixed. git-svn-id: https://beef.googlecode.com/svn/trunk@686 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ini b/config.ini index 58b762b76..638adfd45 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 = "0.0.0.0" +http_host = "127.0.0.1" http_port = "3000" http_dns = "localhost"