From 547f5aac1002f3f5cd70b2cc399b649734a521e2 Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Mon, 5 May 2025 19:02:49 -0500 Subject: [PATCH] chore: removed uptime-kuma configuration from tailscale ACLs --- policy.hujson | 6 ------ 1 file changed, 6 deletions(-) diff --git a/policy.hujson b/policy.hujson index deca04c..2c32270 100644 --- a/policy.hujson +++ b/policy.hujson @@ -5,7 +5,6 @@ "arisu": "100.117.106.23", "kokoro": "100.69.45.111", "chibi": "100.101.224.25", - "uptime-kuma": "100.66.219.68", }, // Declare static groups of users. Use autogroups for all users or users with a specific role. @@ -36,11 +35,6 @@ "action": "accept", "src": ["autogroup:shared"], "dst": ["arisu:25565", "arisu:25566"] - }, - { - "action": "accept", - "src": ["uptime-kuma"], - "dst": ["chibi:50000"] } ],