mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 06:51:51 +09:00
리팩토링
This commit is contained in:
parent
fcc0b6d2f3
commit
0d09f191c5
7 changed files with 559 additions and 141 deletions
6
runner/proxy.py
Normal file
6
runner/proxy.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import sys
|
||||
from mitmproxy.tools.main import mitmdump
|
||||
|
||||
def run_proxy():
|
||||
sys.argv = ["mitmdump", "-s", "./addon/init.py", "--listen-port", "11080"]
|
||||
mitmdump()
|
||||
Loading…
Add table
Add a link
Reference in a new issue