feat: open python http server port
This commit is contained in:
parent
7f2fbcdeaf
commit
b9f28520d8
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
];
|
||||
allowedTCPPorts = [
|
||||
8080 # Mitmproxy
|
||||
8000 # HTTP Server
|
||||
];
|
||||
|
||||
allowedUDPPortRanges = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue