Tailscale: Allow IPv6 access to homenet
This commit is contained in:
@@ -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*/
|
||||||
|
|||||||
Reference in New Issue
Block a user