Skip to content

Commit d3f1f53

Browse files
authored
feat: adding web password (requirement)
1 parent 29f4f93 commit d3f1f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
warp-cli disconnect
44
warp-cli connect
55
mitmweb \
6+
--set web_password='changeme' \
67
--ignore-hosts dns.google.com \
78
--web-port 8000 \
89
--web-host localhost \
@@ -15,8 +16,7 @@ mitmweb \
1516
--set confdir=$PWD/config \
1617
--mode wireguard:$PWD/config/wireguard_server1.conf@303 \
1718
--script main.py \
18-
-r config/flow \
19-
-w config/flow
19+
-r config/flow
2020

2121
# For mulitple clients, simple add more configs.
2222
# Wireguard client configs are available in the web frontend.

0 commit comments

Comments
 (0)