From 5bba4c651f526173633fb4e359b5aa1e1a081e33 Mon Sep 17 00:00:00 2001 From: godot Date: Wed, 24 Jul 2024 08:40:04 +0200 Subject: [PATCH] better test --- my-rules.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/my-rules.json b/my-rules.json index a58d15a..e67a795 100644 --- a/my-rules.json +++ b/my-rules.json @@ -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"], }, {