fix(mitmproxy): Disable web authentication for LAN access
Recent mitmproxy versions require web authentication by default. Disable it with --set web_password= for easier LAN access. Bump release to r11. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a530e8abd6
commit
63422a07b0
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=secubox-app-mitmproxy
|
PKG_NAME:=secubox-app-mitmproxy
|
||||||
PKG_RELEASE:=10
|
PKG_RELEASE:=11
|
||||||
PKG_VERSION:=0.4.0
|
PKG_VERSION:=0.4.0
|
||||||
PKG_ARCH:=all
|
PKG_ARCH:=all
|
||||||
PKG_MAINTAINER:=CyberMind Studio <contact@cybermind.fr>
|
PKG_MAINTAINER:=CyberMind Studio <contact@cybermind.fr>
|
||||||
|
|||||||
@ -357,7 +357,8 @@ if [ "$FILTERING_ENABLED" = "1" ] && [ -n "$ADDON_SCRIPT" ] && [ -f "$ADDON_SCRI
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run mitmweb (web interface + proxy)
|
# Run mitmweb (web interface + proxy)
|
||||||
exec mitmweb $ARGS --web-host "$WEB_HOST" --web-port "$WEB_PORT" --no-web-open-browser
|
# Disable web authentication for LAN access
|
||||||
|
exec mitmweb $ARGS --web-host "$WEB_HOST" --web-port "$WEB_PORT" --no-web-open-browser --set web_password=
|
||||||
START
|
START
|
||||||
chmod +x "$rootfs/opt/start-mitmproxy.sh"
|
chmod +x "$rootfs/opt/start-mitmproxy.sh"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user