Assuming you’re asking in good faith, the “/s” is usually added to denote sarcasm online.
Assuming you’re asking in good faith, the “/s” is usually added to denote sarcasm online.
/s I’m assuming.
I don’t have any recommendations to make here, I just wanted to chime in and say I am looking for the same tool and I’m glad someone could put into words what I wanted.
As an FYI to anyone trying this, I ran into the following problems and solved them.
sudo mkdir /etc/systemd/resolved.conf.d sudo touch /etc/systemd/resolved.conf.d/adguardhome.conf sudo nano /etc/systemd/resolved.conf.d/adguardhome.conf #Copy this in and save [Resolve] DNS=127.0.0.1 DNSStubListener=no
#Overwrite with the following. Make sure if your adapter isn’'t labeled ens33, you change it appropriately. network: renderer: networkd ethernets: ens33: addresses: - 192.168.1.200/24 nameservers: addresses: [192.168.1.1] routes: - to: default via: 192.168.1.1 version: 2
Don’t forget --no-preserve-root