configs/tailnet: add sshonly tag back for now

This commit is contained in:
Aaron Bieber 2023-07-27 13:34:08 -06:00
parent 8ac2235357
commit cef1330307
No known key found for this signature in database

View File

@ -21,6 +21,7 @@
tagOwners = {
"tag:untrusted" = ["qbit@github"];
"tag:minservice" = ["qbit@github"];
"tag:sshonly" = ["qbit@github"];
"tag:apper" = ["qbit@github"];
"tag:golink" = ["qbit@github"];
"tag:lab" = ["qbit@github"];
@ -42,7 +43,7 @@
}
{
action = "accept";
src = ["tag:minservice"];
src = ["tag:minservice" "tag:sshonly"];
dst = ["*:22" "box:3030" "nbc:443" "console:2222"];
}
{