diff --git a/public/blog/piped-video-not-loading/index.html b/public/blog/piped-video-not-loading/index.html
index 5a9f5f0..559e94c 100644
--- a/public/blog/piped-video-not-loading/index.html
+++ b/public/blog/piped-video-not-loading/index.html
@@ -37,7 +37,13 @@ What creates the issue? From what I have been able to find on the issues over on
Piped videos not loading
-
Recently I have received and experienced an issue of videos not loading on my personal piped instance and on the official instance. But I have found a fix and a way to watch the videos even without the fix.
+
+
+
+
+
Recently I have received and experienced an issue of videos not loading on my personal piped instance and on the official instance. But I have found a fix and a way to watch the videos even without the fix.
What creates the issue?
From what I have been able to find on the issues over on the piped github it seems to be an lbry issue of the videos not loading mostly on firefox, the issue seems to not happen on the chromium browsers.
@@ -45,9 +51,7 @@ What creates the issue? From what I have been able to find on the issues over on
To fix the issue you just have to enable an option in the instance settings called disable lbry for streaming
. This will disable loading of lbry for videos and the issue will mostly just be bypassed.
Fun way to also watch the videos
If you are like me and bored you can also watch the videos without using the fix by opening the firefox debug console, and in the errors you will see the link of the video that the frontend wasn’t able to embed. Just click the link and you will be able to watch the video or it will say that the content isn’t reachable and then you will need to do the fix otherwise it’s a no no to watch that video otherwise.
-
-
-
+
diff --git a/public/blog/setup-dns-pihole-unbound/index.html b/public/blog/setup-dns-pihole-unbound/index.html
index 7c03371..b68ccf6 100644
--- a/public/blog/setup-dns-pihole-unbound/index.html
+++ b/public/blog/setup-dns-pihole-unbound/index.html
@@ -36,7 +36,13 @@
Setup dns with adblock and dot/doh with pi-hole and unbound
-
Just another day I seted up my own private dns server that has adblocking ( and other stuff ) using pihole and uses unbound as a resolver. To safelly connect to the dns server I’m using DNS over HTTPS for my browser’s and HTTPS over TLS for stuffy for my whole desktop and private dns in android ( Android has DoH support but only for google and cloudflare right now). Let’s get on to setting everything up
+
+
+
+
+
Just another day I seted up my own private dns server that has adblocking ( and other stuff ) using pihole and uses unbound as a resolver. To safelly connect to the dns server I’m using DNS over HTTPS for my browser’s and HTTPS over TLS for stuffy for my whole desktop and private dns in android ( Android has DoH support but only for google and cloudflare right now). Let’s get on to setting everything up
1. Pihole
Let’s start with setting up pihole. I will be installing it with their script on a debian system for easier unbound integration ( unbound doesn’t have an official docker container ).
@@ -184,9 +190,7 @@ Also to make lighttpd work with nginx listening on port 80 you need to edit the
}
After restarting nginx with this configuration you can it to your web browser as a DNS over HTTPS resolver and once again checkout dnsleaktest website and check if it is all working.
Hope this has been helpfull and if anybody has any way on how to make this guied better you can open a pull request or make an issue on the website’s repo .
-
-
-
+