====== 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
===== Search for package from cli =====
pkg search packagename
===== Install package from cli =====
pkg install openssh-portable
===== System upgrade from cli =====
pkg update -f
===== Disable firewall =====
pfctl -d
===== Enable firewall =====
pfctl -e
===== Start service =====
configctl openssh start
===== Restart service =====
configctl openshh restart