PiHole
-
Unlock the full potential Raspberry PiHole
As of Pi-hole V5, the file /etc/pihole/adlists.list is no longer used. As discussed in the V5 release notes, adlists, domain blocks (regex, whitelist, blacklist), group assignments and gravity are in a single database in file /etc/pihole/gravity.db If you want to add the lists you show in your post, select the lot of them (without the commented lines), copy to your clipboard. Then go to web admin GUI > Group Management > adlists and paste the lot into the entry window,…
-
Deploy PiHole and WireGuard using Terraform
Prerequisites: 1. Oracle Cloud Account, described here 2. Oracle API Keys (Official Oracle Guide) also described here 3. Terraform installed (Official Terraform Guide) also described here 01. Clone the repository with the following commands: $ git clone https://github.com/mateo-cogeanu/oracle-wireguard-pihole-terraform.git $ cd oracle-wireguard-pihole-terraform $ terraform init
-
WireGuard VPN + PiHole on Free Oracle Cloud
I will be using MacOS Catalina 10.15.6 for this tutorial, complexity level: Medium, time required: 30 minutes 01. Sign-up for Oracle Cloud Infrastructure Free Tier 02. Create a new Compute (VM) Instance 03. Choose a name for your virtual machine and select as OS Image: Canonical Ubuntu 18.04 04. Save the Private and the Public Keys and create Create 05. after a few seconds the Public IP Address will be allocated and you need to copy that in order to…