For Linux Users Open /etc/systemd/resolved.conf: Use a text editor with administrator privileges (e.g., sudo nano /etc/systemd/resolved.conf). Copy and paste the content: Copy the entire content from above and paste it into the file, replacing any existing content. Save the file: Save the changes to /etc/systemd/resolved.conf. Restart systemd-resolved: Run the command sudo systemctl restart systemd-resolved to apply the changes. Verify: Use resolvectl status to confirm that the DNS servers are now set correctly. You can also check /etc/resolv.conf (it might still point to 127.0.0.53, but that's okay; systemd-resolved handles the forwarding).