add option to expose webapp externally, remove distinct ip setting

This commit is contained in:
Maximilian Hils
2013-08-18 20:03:53 +02:00
parent 729677cd85
commit bb4748fb8f
5 changed files with 34 additions and 29 deletions

View File

@@ -128,7 +128,7 @@ class DumpMaster(flow.FlowMaster):
self.add_event("Flow file corrupted. Stopped loading.")
if self.o.app:
self.start_app(self.o.app_domain, self.o.app_ip)
self.start_app(self.o.app_host, self.o.app_port, self.o.app_external)
def _readflow(self, path):
path = os.path.expanduser(path)