mitm/test_proxy.bat

13 lines
204 B
Batchfile

@echo off
echo Starting MITM Proxy with connectivity test...
echo.
echo Make sure to run this as Administrator!
echo.
pause
go run . -test
echo.
echo Test completed. Press any key to exit...
pause >nul