add lucina
This commit is contained in:
parent
15c0502912
commit
260785e744
@ -4,3 +4,4 @@ headscale_allowed_users:
|
|||||||
- "elizabeth@simponic.xyz"
|
- "elizabeth@simponic.xyz"
|
||||||
- "riley@simponic.xyz"
|
- "riley@simponic.xyz"
|
||||||
- "rain@simponic.xyz"
|
- "rain@simponic.xyz"
|
||||||
|
- "lucina@simponic.xyz"
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"groups": {
|
"groups": {
|
||||||
"group:admin": ["elizabeth"],
|
"group:admin": ["elizabeth"],
|
||||||
"group:roomates": ["riley"],
|
"group:roomates": ["riley", "lucina"],
|
||||||
"group:friends": ["riley", "rain"],
|
"group:friends": ["riley", "rain"],
|
||||||
"group:rain": ["rain"],
|
"group:rain": ["rain"],
|
||||||
|
"group:lucina": ["lucina"],
|
||||||
"group:sys": ["sys"]
|
"group:sys": ["sys"]
|
||||||
},
|
},
|
||||||
"tagOwners": {
|
"tagOwners": {
|
||||||
@ -25,7 +26,7 @@
|
|||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
"src": ["group:sys"],
|
"src": ["group:sys"],
|
||||||
"dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*"]
|
"dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*", "192.168.1.0/24:*", "group:lucina:*"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
@ -35,7 +36,7 @@
|
|||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
"src": ["group:roomates"],
|
"src": ["group:roomates"],
|
||||||
"dst": ["10.0.0.0/8:*"]
|
"dst": ["10.0.0.0/8:*", "192.168.86.0/24:*", "192.168.1.0/24:*"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user