Skip to content

Instantly share code, notes, and snippets.

@benblustey
benblustey / gist:26f35f0320f9f951057ea92646a3aee6
Created January 15, 2023 18:08 — forked from netsensei/gist:7c71b3215bbf440746151aafc4cfd84f
Setting up a PI-Hole FTL DNS on a local network

Setuping PI-Hole FTL DNS on a local network

pihole comes with it's own lightweight DNS server called FTL. It's geared towards easy of use. Even so, setting up this feature can be hard. Here are some lessons I've learned.

In this example:

  • Your network is setup on 192.168.1.0/24
  • 192.168.1.1 is your DHCP server and IP gateway. (usually your router)
  • 192.168.1.254 is the host running pi-hole
@benblustey
benblustey / dabblet.css
Created February 5, 2012 20:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@benblustey
benblustey / dabblet.css
Created February 5, 2012 20:11
Untitled
*{font: 12px sans-serif;list-style:none;margin:0;padding:0;}
#rfpAttachments > div {
border: 1px solid #CCC;
padding-top: 8px;
height: 68px;
overflow: hidden;
overflow-x: hidden;
overflow-y: scroll;
position: relative;
}
@benblustey
benblustey / dabblet.css
Created February 5, 2012 20:09
Untitled
*{font: 12px sans-serif;list-style:none;margin:0;padding:0;}
#rfpAttachments > div {
border: 1px solid #CCC;
padding-top: 8px;
height: 68px;
overflow: hidden;
overflow-x: hidden;
overflow-y: scroll;
position: relative;
}