configs/tailnet: add sshonly tag back for now
This commit is contained in:
parent
8ac2235357
commit
cef1330307
@ -21,6 +21,7 @@
|
|||||||
tagOwners = {
|
tagOwners = {
|
||||||
"tag:untrusted" = ["qbit@github"];
|
"tag:untrusted" = ["qbit@github"];
|
||||||
"tag:minservice" = ["qbit@github"];
|
"tag:minservice" = ["qbit@github"];
|
||||||
|
"tag:sshonly" = ["qbit@github"];
|
||||||
"tag:apper" = ["qbit@github"];
|
"tag:apper" = ["qbit@github"];
|
||||||
"tag:golink" = ["qbit@github"];
|
"tag:golink" = ["qbit@github"];
|
||||||
"tag:lab" = ["qbit@github"];
|
"tag:lab" = ["qbit@github"];
|
||||||
@ -42,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
action = "accept";
|
action = "accept";
|
||||||
src = ["tag:minservice"];
|
src = ["tag:minservice" "tag:sshonly"];
|
||||||
dst = ["*:22" "box:3030" "nbc:443" "console:2222"];
|
dst = ["*:22" "box:3030" "nbc:443" "console:2222"];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user