From ff3ae6488c8e6561a446ee5e2af5e263f749c064 Mon Sep 17 00:00:00 2001 From: jay817 Date: Mon, 27 Jan 2025 00:06:01 +0000 Subject: [PATCH] Update mitmproxy/README.md --- mitmproxy/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mitmproxy/README.md b/mitmproxy/README.md index d35f499..9f4d3c2 100644 --- a/mitmproxy/README.md +++ b/mitmproxy/README.md @@ -10,5 +10,8 @@ playwright ff --proxy-server http://localhost:8080 --ignore-https-errors chromium --proxy-server=localhost:8080 --ignore-certificate-errors --disable-backgrounding-occluded-windows ``` ```shell +chromium --proxy-server=192.168.12.8:8080 --ignore-certificate-errors --user-agent="Mozilla/5.0 (Linux; Android 15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.122 Mobile Safari/537.36" +``` +```shell chrome --proxy-server=localhost:8080 --ignore-certificate-errors --disable-backgrounding-occluded-windows --user-agent="Mozilla/5.0 (Linux; Android 15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.122 Mobile Safari/537.36" ``` \ No newline at end of file