====== OPNSense Extras ======
===== Rollback to previous stable version =====
This will rollback a production system to the last good version of OPNSense while keeping all configs.
sh /usr/local/sbin/opnsense-bootstrap
===== Install package from cli =====
pkg install openssh-portable
===== System upgrade from cli =====
pkg update -f
===== Disable firewall =====
pfctl -d
===== Enable firewall =====
pfctl -e