Added httpmitm to main repo, to make it easier to start a server

This commit is contained in:
MunyDev 2025-01-25 09:47:17 -05:00
parent bec295de98
commit e721e07495
3 changed files with 10 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "httpmitm"]
path = httpmitm
url = https://github.com/MunyDev/httpmitm

View File

@ -18,4 +18,9 @@ build-packed-data:
make setup-venv
make setup-python
clean:
rm -rf out/
rm -rf out/
start-server:
cd httpmitm
npm i
node proxy.js
cd ..

1
httpmitm Submodule

@ -0,0 +1 @@
Subproject commit 49d3214b24635fc813da9516eb8dbb9ccc701397