Tailscale: Allow IPv6 access to homenet

This commit is contained in:
2026-05-29 14:36:37 +00:00
parent 0706748873
commit 057d84686e
+4 -2
View File
@@ -5,7 +5,8 @@
"hosts": { "hosts": {
"duke.veltnet": "10.10.0.135/32", "duke.veltnet": "10.10.0.135/32",
"homenet": "10.10.0.0/16" "homenet": "10.10.0.0/16",
"homenet6": "fd55:6f39:8ba5::/60"
}, },
"acls": [ "acls": [
@@ -17,7 +18,8 @@
"autogroup:internet:*", "autogroup:internet:*",
"autogroup:member:*", "autogroup:member:*",
"autogroup:tagged:*", "autogroup:tagged:*",
"homenet:*" "homenet:*",
"homenet6:*"
] ]
}, },
/*Ferris can only access the services hosted on duke*/ /*Ferris can only access the services hosted on duke*/