Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 723 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 723 Bytes

OPNsense community repository by mihak

Private repository of tools and plugins for OPNsense

Repository with packages for OPNsense firewall. Includes some plugins, CLI tools and mirrors of packages from other sources.

To install this repo:

fetch -o /usr/local/etc/pkg/repos/repo-mihak.conf https://repo.mihak.link/repo-mihak.conf && pkg update

Find out what is available in the (installed) repo:

pkg search -g -r repo-mihak \*

Remove this repo from OPNsense:

rm /usr/local/etc/pkg/repos/repo-mihak.conf

(removing the repo will not remove previously installed packages from the repo)

Find out what you have installed from this repo:

pkg query -a '%R %n-%v' | grep repo-mihak