We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f4f93 commit d3f1f53Copy full SHA for d3f1f53
run.sh
@@ -3,6 +3,7 @@
3
warp-cli disconnect
4
warp-cli connect
5
mitmweb \
6
+ --set web_password='changeme' \
7
--ignore-hosts dns.google.com \
8
--web-port 8000 \
9
--web-host localhost \
@@ -15,8 +16,7 @@ mitmweb \
15
16
--set confdir=$PWD/config \
17
--mode wireguard:$PWD/config/wireguard_server1.conf@303 \
18
--script main.py \
- -r config/flow \
19
- -w config/flow
+ -r config/flow
20
21
# For mulitple clients, simple add more configs.
22
# Wireguard client configs are available in the web frontend.
0 commit comments