this post was submitted on 02 Aug 2026
12 points (92.9% liked)

Privacy

50674 readers
917 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

Hi all

I'm using DNS over TLS with Quad9 as my DNS provider.
This works great in most circumstances, but when I want to connect to a public wifi, like at school or in the library, it's not possible to open the Captive portal page, and I can't use the network.

Is there some way to easily make this work? Maybe exclude these networks from private DNS?
Or a way to easily switch between network configurations?

I'm using systemd resolved, but configured with a private dns via my NixOs configuration.

you are viewing a single comment's thread
view the rest of the comments
[–] AloneDownUnder@quokk.au 2 points 4 weeks ago (1 children)

This is the most straightforward way if I was not on NixOs.

If I want to change the DNS settings in my nix config, I need internet connection (unless it's possible to rebuild while offline?)

I was trying to bypass this by just changing the DNS server for that specific network connection, but I didn't get it to work. Because it has to use the DNS of the captive portal to be able to load the page

[–] Brkdncr@lemmy.world 3 points 4 weeks ago (1 children)

Requiring internet connectivity to make network changes seems like a major failure point?

[–] AloneDownUnder@quokk.au 1 points 4 weeks ago

Kinda. Not sure how other people do it on NixOs. I suppose they don't put any network settings in their configuration.

Or maybe there is a way to rebuild offline.