<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.deathbybandaid.net/index.php?action=history&amp;feed=atom&amp;title=Pi-Hole</id>
	<title>Pi-Hole - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.deathbybandaid.net/index.php?action=history&amp;feed=atom&amp;title=Pi-Hole"/>
	<link rel="alternate" type="text/html" href="https://wiki.deathbybandaid.net/index.php?title=Pi-Hole&amp;action=history"/>
	<updated>2026-07-05T17:06:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.deathbybandaid.net/index.php?title=Pi-Hole&amp;diff=17&amp;oldid=prev</id>
		<title>Deathbybandaid: Created page with &quot; =Opening Disclaimers= ==Proxmox== This Guide is written based on the use of Proxmox-VE version 7.0 and more specifically Proxmox_LXC. These instructions should be adaptable to other situations. ===Container Creation=== ====General==== *Unpriviliged container: checked *Nesting: unchecked ====Template==== *Template: ubuntu-21.04-standard_21.04-1_amd64 ====Disks==== *Disk Size (GiB): 4 ====CPU==== Cores: 1 ====Memory==== *Memory (MiB): 256 *Swap (MiB): 512 ====Netw...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.deathbybandaid.net/index.php?title=Pi-Hole&amp;diff=17&amp;oldid=prev"/>
		<updated>2021-12-08T20:17:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; =Opening Disclaimers= ==Proxmox== This Guide is written based on the use of &lt;a href=&quot;/index.php/Proxmox-VE&quot; title=&quot;Proxmox-VE&quot;&gt;Proxmox-VE&lt;/a&gt; version 7.0 and more specifically &lt;a href=&quot;/index.php/Proxmox_LXC&quot; title=&quot;Proxmox LXC&quot;&gt;Proxmox_LXC&lt;/a&gt;. These instructions should be adaptable to other situations. ===Container Creation=== ====General==== *Unpriviliged container: checked *Nesting: unchecked ====Template==== *Template: ubuntu-21.04-standard_21.04-1_amd64 ====Disks==== *Disk Size (GiB): 4 ====CPU==== Cores: 1 ====Memory==== *Memory (MiB): 256 *Swap (MiB): 512 ====Netw...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
=Opening Disclaimers=&lt;br /&gt;
==Proxmox==&lt;br /&gt;
This Guide is written based on the use of [[Proxmox-VE]] version 7.0 and more specifically [[Proxmox_LXC]]. These instructions should be adaptable to other situations.&lt;br /&gt;
===Container Creation===&lt;br /&gt;
====General====&lt;br /&gt;
*Unpriviliged container: checked&lt;br /&gt;
*Nesting: unchecked&lt;br /&gt;
====Template====&lt;br /&gt;
*Template: ubuntu-21.04-standard_21.04-1_amd64&lt;br /&gt;
====Disks====&lt;br /&gt;
*Disk Size (GiB): 4&lt;br /&gt;
====CPU====&lt;br /&gt;
Cores: 1&lt;br /&gt;
====Memory====&lt;br /&gt;
*Memory (MiB): 256&lt;br /&gt;
*Swap (MiB): 512&lt;br /&gt;
====Network====&lt;br /&gt;
*IPv4 Static&lt;br /&gt;
*IPv4 Gateway&lt;br /&gt;
====DNS====&lt;br /&gt;
*DNS Servers: 8.8.8.8 (Change to 127.0.0.1 post-install)&lt;br /&gt;
====Confirm====&lt;br /&gt;
*Start After Created: unchecked&lt;br /&gt;
===Container Tweaks===&lt;br /&gt;
====Options====&lt;br /&gt;
*Start at boot: yes&lt;br /&gt;
===Container First Run Steps===&lt;br /&gt;
Run Updates&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;apt update &amp;amp;&amp;amp; apt full-upgrade -y&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Add a sudo user&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;adduser sysop&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;usermod -aG sudo sysop&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Cleanup The Container for some easy space savings.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;apt autoremove -y &amp;amp;&amp;amp; apt clean -y&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Pi-hole Installation=&lt;br /&gt;
==My Insights==&lt;br /&gt;
*It&amp;#039;s good practice to have both 2 instances of Pi-hole, so you can update one at a time, and still have DNS for your home network. You can either follow this guide twice, or clone the container and run `pihole -r`&lt;br /&gt;
==Prerequisite Guide(s)==&lt;br /&gt;
[[Unbound]]&lt;br /&gt;
==Dependency Installs==&lt;br /&gt;
The only thing our template image doesn&amp;#039;t provide that we&amp;#039;ll need is curl.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;sudo apt install -y curl&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Pi-hole Installation==&lt;br /&gt;
Start by running the installer one-liner:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;curl -sSL https://install.pi-hole.net | bash&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;quot;OK/Continue&amp;quot; your way to the `Upstream DNS Provider` page, and select &amp;quot;Custom&amp;quot;. Here you should setup 2 Upstream DNS Servers created in the [[Unbound]] Guide.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;OK/Continue&amp;quot; your way to the end.&lt;br /&gt;
&lt;br /&gt;
The installer will give you a web interface password, but we can set that in the cli right now.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;pihole -a -p&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Web Interface Steps==&lt;br /&gt;
===Login===&lt;br /&gt;
===Web Interface Styling===&lt;br /&gt;
The first obvious step is to change the web interface to dark mode!&lt;br /&gt;
&lt;br /&gt;
Settings -&amp;gt; API/Web-Interface.&lt;br /&gt;
===Web interface settings===&lt;br /&gt;
*I set mine to &amp;quot;Pi-hole midnight theme (dark)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*I also like to uncheck the boxed layout option.&lt;br /&gt;
&lt;br /&gt;
*Set your Administrator Email.&lt;br /&gt;
&lt;br /&gt;
*Check &amp;quot;Colorful Query Log&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Set Temperature Unit to Fahrenheit, though it won&amp;#039;t matter much in LXC.&lt;br /&gt;
===DNS Settings===&lt;br /&gt;
*Interface listening behavior set to &amp;quot;Listen on all interfaces, permit all origins&amp;quot;&lt;br /&gt;
==CLI Steps==&lt;br /&gt;
===Plex Media Server===&lt;br /&gt;
If you run into Issues with Plex and DNS Rebind&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;nano /etc/dnsmasq.d/02-plex.conf&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 rebind-domain-ok=/plex.direct/&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Deathbybandaid</name></author>
	</entry>
</feed>