Skip to content

Commit 19af2a0

Browse files
committed
hotfix cidr
1 parent 311930f commit 19af2a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/post/tailscale-operator/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ To automatically approve subnet routes, add this to your Tailscale ACLs:
184184
"autoApprovers": {
185185
"routes": {
186186
"192.168.50.0/24": ["tag:k8s", "autogroup:admin"],
187-
"10.43.0.0/16": ["tag:k8s", "autogroup:admin"],
188-
"10.42.0.0/16": ["tag:k8s", "autogroup:admin"],
189-
"10.96.0.0/16": ["tag:k8s", "autogroup:admin"]
187+
"10.0.0.0/16": ["tag:k8s", "autogroup:admin"],
188+
"10.1.0.0/16": ["tag:k8s", "autogroup:admin"],
189+
"10.69.0.0/16": ["tag:k8s", "autogroup:admin"]
190190
}
191191
}
192192
```

0 commit comments

Comments
 (0)