better test

This commit is contained in:
godot 2024-07-24 08:40:04 +02:00
parent 2279d5bfc2
commit 5bba4c651f

View File

@ -51,8 +51,6 @@
// Define users and devices that can use Tailscale SSH.
"ssh": [
// Allow all users to SSH into their own devices in check mode.
// Comment this section out if you want to define specific restrictions.
{
"action": "accept",
"src": ["tag:Random"],
@ -65,6 +63,7 @@
"tests": [
{
"src": "tag:Bridge",
"accept": ["tag:Hidden:80"],
"deny": ["tag:Host:80"],
},
{