From c8348dcaaa72e2fa47f7997d06ebd0fbf5c897af Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Sun, 23 Nov 2025 18:18:06 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index a4579b8..31b5953 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -4312,6 +4312,27 @@ ], "type": "ct" }, + { + "name": "OPNsense", + "slug": "opnsense-vm", + "desc": "OPNsense is an open-source firewall and routing platform based on FreeBSD. It provides advanced security features, including intrusion detection, VPN support, traffic shaping, and web filtering, with an intuitive web interface for easy management. Known for its reliability and regular updates, OPNsense is a popular choice for both businesses and home networks.", + "script": "vm/opnsense-vm.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/opnsense-vm.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/vm/opnsense-vm.sh", + "os": "freebsd", + "categories": [ + 4, + 2 + ], + "notes": [ + "It will fail with default settings if there is no vmbr0 and vmbr1 on your node. Use advanced settings in this case." + ], + "type": "vm", + "default_credentials": { + "username": "root", + "password": "opnsense" + } + }, { "name": "OTS", "slug": "ots",