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
This commit is contained in:
wade@bindshell.net
2011-01-10 21:15:39 +00:00
parent b5dfb11453
commit bd404584fd

View File

@@ -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"