dns use tailscale #164

Merged
DarkKirb merged 6 commits from dns-use-tailscale into main 2023-02-03 19:57:01 +00:00
Showing only changes of commit cf0a181f1e - Show all commits

View file

@ -18,6 +18,18 @@
"action": "accept",
"src": ["tag:nixos-8gb-fsn1-1"],
"dst": ["tag:dnsserver:9119"]
},
// Allow ssh access to build devices
{
"action": "accept",
"src": ["autogroup:members"],
"dst": ["tag:buildserver:22"]
},
// Allow all development devices to connect via ssh
{
"action": "accept",
"src": ["tag:devDevice"],
"dst": ["*:22"]
}
],
@ -28,6 +40,8 @@
"tag:moto-g82-5g": ["DarkKirb@github"],
"tag:nutty-noon": ["DarkKirb@github"],
"tag:thinkrac": ["DarkKirb@github"],
"tag:dnsserver": ["DarkKirb@github"]
"tag:dnsserver": ["DarkKirb@github"],
"tag:buildserver": ["DarkKirb@github"],
"tag:devDevice": ["DarkKirb@github"]
}
}