mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-07-20 06:42:22 +00:00
fd5cec50bb
Restores the toggle implementation that shipped in the v1.96.4-dns-routes release but was never committed to main, so weekly auto-builds (v1.98.x) regressed and dropped the feature. - manifest.json: register AcceptDNS / AcceptRoutes parameters - param_bridge.c: cache, load, persist and live-reload the new params - Tailscale_VPN_run: append --accept-dns / --accept-routes when enabled; add --reset - html/index.html: add the Settings toggles
To build from main directory
docker build --tag arm .
docker cp $(docker create arm):/opt/app ./build