From 9b5c8f6a5a738cb612695cfc3b889d0bd3f5e8ea Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Sat, 13 Nov 2010 04:23:15 +0000 Subject: [PATCH] added stub configuration for running the framework behind a nat git-svn-id: https://beef.googlecode.com/svn/trunk@513 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ini b/config.ini index 2cbfc419e..3eeb3f76c 100644 --- a/config.ini +++ b/config.ini @@ -11,6 +11,9 @@ http_host = "127.0.0.1" http_port = "3000" http_dns = "localhost" +# if running behind a nat set the public ip address here +#http_public = "66.102.11.104" + http_demo_path = "/demos/basic.html" http_panel_path = "/ui/panel" hook_file = "/hook.js"