adbfcfee72
OpenClaw natively supports 'tailnet' and 'auto' bind modes but the addon rejected them in oc_config_helper.py validation and the config.yaml schema didn't list them as valid options. - oc_config_helper.py: expand bind_mode validation to accept 'tailnet' and 'auto' in addition to 'loopback' and 'lan' - config.yaml: add 'tailnet' and 'auto' to schema and document them in the options comments Users running Tailscale as a separate HA addon (non-userspace mode) can now set gateway_bind_mode: tailnet to restrict gateway access exclusively to their Tailscale network — no iptables rules needed. Closes #59