Skip to content

Commit

Permalink
Fix proxy options
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Apr 12, 2014
1 parent 24759da commit 1dba379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmproxy/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from argparse import ArgumentTypeError
from netlib import http
from . import proxy, filt

from .proxy import config

APP_HOST = "mitm.it"
APP_PORT = 80
Expand Down Expand Up @@ -435,4 +435,4 @@ def common_options(parser):
)


proxy.config.ssl_option_group(parser)
config.ssl_option_group(parser)

0 comments on commit 1dba379

Please sign in to comment.