From 835ccff82fbe26986a13170817bc52bb60508450 Mon Sep 17 00:00:00 2001 From: Weston Blieden Date: Tue, 21 Jul 2026 19:44:51 +0200 Subject: [PATCH] docs: add Advertise Routes (Subnet Router) to README config table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16ed792..2bcfc23 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ take effect immediately: | SOCKS5 Proxy Port | `1080` | Port for the outbound SOCKS5 proxy. | | Accept DNS | `off` | Passes `--accept-dns=true` to `tailscale up`. Allows the tailnet to push DNS settings to the camera. Not available on `armv7hf_acap3`. | | Accept Routes | `off` | Passes `--accept-routes=true` to `tailscale up`. Allows the camera to use subnet routes advertised by other nodes. Not available on `armv7hf_acap3`. | +| Advertise Routes (Subnet Router) | *(empty)* | Comma-separated CIDRs (e.g. `192.168.1.0/24,10.0.0.0/8`) this camera will route for the tailnet, turning it into a subnet router. Approve the routes in the Tailscale admin console after saving. Leave blank to disable. | ## Ports & security