I created a test version of a RPZ add-on and I am looking for feedback

All of the scripts are bundled into a package for testing.

rpz-1.0.0-1.ipfire (20 KB)

Here are the steps to install:

Access the IPFire device via SSH (or serial console).

I am not sure of your setup so you may want to copy your existing conf files to a backup location. Do a backup of the files located in the /etc/unbound/local.d directory and place them somewhere safe (just incase).

Copy the rpz-1.0.0-1.ipfire file to the /opt/pakfire/tmp/ directory. (Speak up if you need assistance with this!)

Then:

#   go to this directory:
cd /opt/pakfire/tmp/

#   uncompress the file:
tar xvf rpz-1.0.0-1.ipfire

#   check to make sure there are files there:
ls -l /opt/pakfire/tmp

#   copy this one file to a new location
cp -v ROOTFILES /opt/pakfire/db/rootfiles/rpz

#   run the install
NAME=rpz ./install.sh

PS - please post comments in the Community post. Michael is looking for feedback for RPZ. Feel free to post in this thread.

2 Likes