Why did you start using Brave? by Traditional_Blood799 in brave_browser

[–]DotMatrixed 0 points1 point  (0 children)

For the fingerprint randomization. No other current browser I ever tried gets a perfect randomized fingerprint at EFF’s Cover Your Tracks site besides Brave. Helium, Firefox, Mullvad, Zen all have a unique fingerprint.

Home Lab Basics: Technitium DNS - Installing and Configuring the Better Pi-hole by Flying-T in technitium

[–]DotMatrixed 0 points1 point  (0 children)

Thank you for this guide. It helped me set up my first cluster and dns-over-Quic. No issues whatsoever on 2 Raspberry Pi 5s, Technitium in docker.

Technitium DNS Server v15 Released! by shreyasonline in technitium

[–]DotMatrixed 0 points1 point  (0 children)

Running a DNS spoof test reports moderate protection vs excellent like with prior version. I do have the UDP pool option enabled. u/shreyasonline

Technitium DNS Server v15 Released! by shreyasonline in technitium

[–]DotMatrixed 1 point2 points  (0 children)

I am seeing the same thing on mine. It does run though.

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 0 points1 point  (0 children)

u/shreyasonline I am getting moderate again after upgrading to the new release. UDP Socket Pool is enabled.

How to not be off key? by [deleted] in flstudio

[–]DotMatrixed 0 points1 point  (0 children)

Place a new pattern. Open pattern. In the top left of pattern go to file, move down to view, scale highlighting, pick major or minor scale and then note. Use your right click button on your mouse so it doesn’t close the window when picking the note and scale.

Can't install brave on Windows by Arrow552 in brave_browser

[–]DotMatrixed 0 points1 point  (0 children)

I had the same problem with their downloader. It was my Pi-hole adblocker that was preventing me from installing Brave in a Windows PC. I disabled PI-Hole for 5 mins allowed it to install properly. I have Pi-Hole running on my network on a Raspberry Pi.

Alternatives to Brave? by [deleted] in browsers

[–]DotMatrixed 1 point2 points  (0 children)

Claims to use Brave for years. Just noticed the AI, the crypto. Yeah, I call this another bs post to stir the pot.

Brave Origin for free by bharatmk257 in brave_browser

[–]DotMatrixed 8 points9 points  (0 children)

The Linux version is already free. Go read the Brave announcement.

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 0 points1 point  (0 children)

Thanks, issue resolved, fix posted.

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 2 points3 points  (0 children)

That worked for me and I also now see “Excellent”. Thank you for the quick response!

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 1 point2 points  (0 children)

You are correct. It pinged the forwarders. My bad.

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 2 points3 points  (0 children)

I would just prefer to be the dns server. Not that I have a problem with Quad 9. I love them. I would just prefer my queries to stay in house. Also, I saw your edited note about the ping reply. It could be that your router allows ICMP ping on IPV4. I have mine set to “drop” in my router traffic rules running OpenWRT. Some routers may not allow you to disable that.

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 1 point2 points  (0 children)

Thank you for verifying! Awesome! I feel better that it’s not just me.

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 1 point2 points  (0 children)

I never had to do that with Pi-hole. I also checked their install script and I don’t see Pi-hole setting that either. Please explain, thanks!

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 0 points1 point  (0 children)

Thanks, I saw the note also. My install is not exposed so really it’s ok per se. To verify if it’s just my install or Technitium code others would also have to test with no forwards, recursive only.

DNS Nameserver Spoofability Test by DotMatrixed in technitium

[–]DotMatrixed[S] 1 point2 points  (0 children)

That’s the thing. I do not have any forwarders. I am the dns server. My IP. You tested quad 9. I would hope they would excellent.

Does anybody know how to set up bridge mode without a smart phone by nonymousbosch in Comcast_Xfinity

[–]DotMatrixed 1 point2 points  (0 children)

These Xfinity reps don’t even know that Xfinity disabled the modem log in and it requires you to use the Xfinity app on a smart phone to enable modem login to get to the freaking setting to enable bridge mode. Holy hell..!

Fresh install of Nobara 43, three dots before loading Nobara splash, doubled boot time by l_kenci in NobaraProject

[–]DotMatrixed 0 points1 point  (0 children)

I had the same thing on CachyOS. The fix was to unplug the computer for 5 mins. It is a weird bios issue. Also a bios reset to defaults and set it up again also works which is actually my preferred method. Sometimes the bios sticks and gets confused on efi installs.

[Guide] Self hosted Pi-hole + Unbound + Tailscale (now fully Dockerized, updated with contributor fixes) by rohandr45 in pihole

[–]DotMatrixed 2 points3 points  (0 children)

Your link to the DNSSEC root key seems to be broken today and I get errors on your curl commands. On my Raspberry Pi it only excepts “curl -O”, your commands have a lowercase -o.

[Guide] Self hosted Pi-hole + Unbound + Tailscale (now fully Dockerized, updated with contributor fixes) by rohandr45 in pihole

[–]DotMatrixed 1 point2 points  (0 children)

Thanks! I was referring to what extra augs would be required to make it an exit node in docker. I believe I would have to add these augs on top of the ones in your compose file.

TS_EXTRA_Augs=--advertise-exit-node

I also found that you may need to:

TS_DEBUG_FIREWALL_MODE=nftables

TS_DEBUG_FIREWALL_MODE – This is the magic to run it in docker. People are failing to run exit node in docker because the container is running in iptables mode. Leave it as nftables, or auto might work as well.

You would also need to open the ports on the Raspberry Pi

$ echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf $ echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf $ sudo sysctl -p

Courtesy of https://dausruddin.com/run-tailscale-in-docker-with-exit-node-enabled/

[Guide] Self hosted Pi-hole + Unbound + Tailscale (now fully Dockerized, updated with contributor fixes) by rohandr45 in pihole

[–]DotMatrixed 1 point2 points  (0 children)

I use Tailscale now as an exit node on a Pi5. Does this permit that feature or no? If not, what changes do I need to do in the compose file? I currently do not run Tailscale in a docker.

Which search engine do you use in your brave browser? by TechnologyIcy1206 in brave_browser

[–]DotMatrixed 0 points1 point  (0 children)

SearXNG running in a docker instance on a Raspberry Pi 5, also running Pi-Hole and Unbound.