mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-07-29 19:43:20 +00:00
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 aarch64 .
docker cp $(docker create aarch64):/opt/app ./build