bobslaede
@bobslaede@feddit.dk
- Comment on Which Browser Should I Use In 2025? - Hackaday 13 hours ago:
And from many other sites
- Comment on Which Browser Should I Use In 2025? - Hackaday 1 day ago:
It does
- Comment on Which Browser Should I Use In 2025? - Hackaday 1 day ago:
Maybe yt-dlp works with those sites. Then you can use mpv to play those media.
- Comment on What is acceptable amount of microplastics you would allow into your brain? 1 month ago:
0
- Comment on Randomly getting ECH errors on self-hosted services. 6 months ago:
Awesome! I’m glad that it worked. It took me a while to figure out, when it happened to me. Glad that I could make your life easier :)
- Comment on Randomly getting ECH errors on self-hosted services. 6 months ago:
I’ve fixed the same issue for me.
Originally I had this in my Local DNS settings in my Pi-Hole:- service1.domain 10.0.0.4 - service2.domain 10.0.0.4 - service3.domain 10.0.0.5
I changed that to this:
- host1.domain 10.0.0.4 - host2.domain 10.0.0.4
And then I added CNAME Records to the services like this:
- service1.domain host1.domain - service2.domain host1.domain - service3.domain host2.domain
This fixed the whole thing for me :)
- Comment on Randomly getting ECH errors on self-hosted services. 6 months ago:
You should change to use cname in pihole. I will write up on my computer later for you.
- Comment on Randomly getting ECH errors on self-hosted services. 6 months ago:
Try with nslookup and see if you’re resolving the domain to both your local ipv4 address, and the Cloudflare ipv6 at the same time. I am using pihole for my local DNS, and it would give me both my local address, and also the Cloudflare ipv6 address.
- Comment on Randomly getting ECH errors on self-hosted services. 6 months ago:
Any chance you are both accessing your services locally with a local DNS, and publicly with something like Cloudflare?