uptime-kuma config

This commit is contained in:
2026-01-25 14:43:24 +00:00
parent d84e412532
commit 73d80ea2b2
32 changed files with 422 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Access control for private hosts
# Symlink this file to restrict access to local networks only
allow 192.168.1.0/24;
allow 172.16.0.0/12;
# allow 162.10.130.22; # Netskope - uncomment if needed for corporate VPN
deny all;