Commit Graph

2 Commits

Author SHA1 Message Date
730c3ffe36 Reformatting README 2026-07-30 12:39:01 +04:00
3886d956cc Add docker-tailscale-route: fix Docker losing internet under Tailscale exit-node
Tailscale's exit-node "route all traffic" mode captures Docker's
forwarded container traffic into its tunnel and drops it as an
unrecognized flow, causing every outbound request from inside a
container to hang until timeout. This installs a systemd timer that
keeps an ip rule in place routing Docker's bridge subnet around
Tailscale's catch-all route instead.

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-07-30 12:34:35 +04:00