Systemd/resolved: Difference between revisions
workaround for resolved |
add captive portal browser |
||
| Line 10: | Line 10: | ||
In that case, use <code>networkctl status ${wlan interface}</code> to show the default DNS provided by the network, and temporarily change nameserver inside <code>/etc/resolv.conf</code> from <code>127.0.0.53</code> to the provided one. | In that case, use <code>networkctl status ${wlan interface}</code> to show the default DNS provided by the network, and temporarily change nameserver inside <code>/etc/resolv.conf</code> from <code>127.0.0.53</code> to the provided one. | ||
Alternatively, if you have Chromium installed, you can use the <code>pkgs.captive-browser</code> Chromium wrapper, which is "Dedicated Chrome instance to log into captive portals without messing with DNS settings". | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||