DNS configuration

how i can configure a system DNS?
i tried to install nextDNS with sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"', script return an error: ERROR: If you are reading this you have made a mistake and need to read our documentation https://docs.bazzite.gg/Installing_and_Managing_Software/
console output: bazzite@bazzite:~$ sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"' INFO: OS: fedora INFO: GOARCH: amd64 INFO: GOOS: linux INFO: NEXTDNS_BIN: /usr/bin/nextdns INFO: INSTALL_RELEASE: 1.45.0 i) Install NextDNS e) Exit Choice (default=i): i INFO: Installing NextDNS... [sudo] password di bazzite: ERROR: If you are reading this you have made a mistake and need to read our documentation https://docs.bazzite.gg/Installing_and_Managing_Software/
can help me?
i’m using bazzite desktop KDE and brave browaser with DNS setting to system defoult DNS. i followed documentation oon nextdns github repository (Home · nextdns/nextdns Wiki · GitHub)

i tried to configure dns from KDE setting:

nextdns is available in brew.

That said, the warning you were receiving was because the install script is likely attempting to call to dnf. dnf does not work on bazzite and has been replaced with a stub telling you about that.

1 Like

In case someone find it useful