Update examples/tailscale-sidecar/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
89fbeb7fe3
commit
7cdf1d72e9
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ docker exec zerobyte-tailscale tailscale ip -4
|
|||
```
|
||||
|
||||
To confirm received routes when `--accept-routes` is used in kernel mode:
|
||||
(Missing routers could be due to ACLs or because `--accept-routes` is not set or not supported in userspace mode)
|
||||
(Missing routes could be due to ACLs or because `--accept-routes` is not set or not supported in userspace mode)
|
||||
```bash
|
||||
docker exec zerobyte-tailscale ip route
|
||||
docker exec zerobyte-tailscale ip route show table 52
|
||||
|
|
|
|||
Loading…
Reference in a new issue