mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-23 11:56:52 +08:00
add option to expose webapp externally, remove distinct ip setting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user