Skip to content

Commit

Permalink
Merge pull request mitmproxy#415 from gabe-k/flowbasic-fix
Browse files Browse the repository at this point in the history
Changed argument name from confdir to cadir in flowbasic example
  • Loading branch information
mhils committed Nov 28, 2014
2 parents 56f1278 + cf7404c commit 38621f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flowbasic
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MyMaster(flow.FlowMaster):

config = proxy.ProxyConfig(
port=8080,
confdir="~/.mitmproxy/" # use ~/.mitmproxy/mitmproxy-ca.pem as default CA file.
cadir="~/.mitmproxy/" # use ~/.mitmproxy/mitmproxy-ca.pem as default CA file.
)
state = flow.State()
server = ProxyServer(config)
Expand Down

0 comments on commit 38621f2

Please sign in to comment.