From e4ff44c8368f3fe1e3cdb37c8a2b815c89b9c68d Mon Sep 17 00:00:00 2001 From: monoadmin Date: Sat, 24 Jan 2026 18:31:52 -0800 Subject: [PATCH] Update install_snmp.sh --- install_snmp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_snmp.sh b/install_snmp.sh index 4e9e552..6fa48bf 100644 --- a/install_snmp.sh +++ b/install_snmp.sh @@ -4,7 +4,7 @@ COMMUNITY="PathCore" LOCATION="Server Room" CONTACT="sysadmin@pathcore.internal" -ALLOWED_IP="10.10.0.36/32" # CHANGE THIS for security +ALLOWED_IP="0.0.0.0/0" # CHANGE THIS for security # ================== set -e