From 85ee220d457c4fae38fba6d8e050c11421e631bf Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Wed, 18 Sep 2024 20:53:38 +0100 Subject: School fixed + one new post --- public/posts/12Pihole | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ public/posts/tags/Linux | 1 + public/posts/tags/Tech | 1 + 3 files changed, 61 insertions(+) create mode 100644 public/posts/12Pihole (limited to 'public/posts') diff --git a/public/posts/12Pihole b/public/posts/12Pihole new file mode 100644 index 0000000..95a52a8 --- /dev/null +++ b/public/posts/12Pihole @@ -0,0 +1,59 @@ + + + + + + + Pi-hole + + + + +
+ +
+
+

Pi-hole

+

Date: 18-09-2024


+

Been rather busy with school lately but I still have time to tinker!

+ +

What is Pi-hole ?

+ +

Pi-hole is a DNS sinkhole that can be used with your router to protect your other devices without installing any client-side software. For the most part, Pi-hole is used for only blocking ads, but there is more you can do with it, for example, logging internet activity and blocking websites. + +

benefits of using Pi-Hole

+
+ +

Installing

+

Since I'm using Arch Linux as my server OS, the only real option I had was to use the Docker container. It was relatively easy to install, though I did encounter some issues, mostly due to me not reading what to do. Overall, I'd say it was easy to set up and configure for all my devices to use.

+ +

Blocklist

+

I have a number of websites blocked to avoid visiting suspicious sites or being tracked. The best source for blocklists from what I can tell is Firebog. I recommend using only the lists marked in green, as those coloured blue are either no longer maintained or may interfere with your normal day to day web browsing. Additionally I would just add the top three lists from each category to cover a good enought basis.

+ +
+

Last thoughts

+

I really do like Pi-hole and I see myself using it for the forseeable future as it just does a whole bunch of intresting bits that help me be more secure online.

+ + + +

+
Back 🚪 | More Linux 🐧 | More Tech 🧑‍💻
+
+
+ + + diff --git a/public/posts/tags/Linux b/public/posts/tags/Linux index 59f9cfc..33642a3 100644 --- a/public/posts/tags/Linux +++ b/public/posts/tags/Linux @@ -24,6 +24,7 @@

Linux 🐧

+

18-09-2024 - Pihole on Arch server

31-08-2024 - Installing Gentoo Linux

28-08-2024 - Compiling the Linux Kernel 🐧

26-08-2024 - Arch Server!

diff --git a/public/posts/tags/Tech b/public/posts/tags/Tech index 668cd66..f71ba67 100644 --- a/public/posts/tags/Tech +++ b/public/posts/tags/Tech @@ -24,6 +24,7 @@

Tech 🧑‍💻

+

18-09-2024 - Pihole on Arch server

31-08-2024 - Installing Gentoo Linux

28-08-2024 - Compiling the Linux Kernel 🐧

26-08-2024 - Arch Server!

-- cgit v1.2.3