From f5717080769c9ce7df8c87dd43d2497543581b24 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Tue, 19 May 2020 22:35:15 +0200 Subject: [PATCH] update --- dnsmasq/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsmasq/readme.md b/dnsmasq/readme.md index a4dbc5e..19391b4 100644 --- a/dnsmasq/readme.md +++ b/dnsmasq/readme.md @@ -174,8 +174,8 @@ rule. So `example.com` stuff here is just for show. * Check if it started without errors: `journalctl -u dnsmasq.service` * If you get "port already in use" error, check which service is responsible
`sudo ss -tulwnp`
- If you are using `systemd-networkd` along with `systemd-resolved`, - it will likely be `systemd-resolved` so stop it and disable it.
+ If you are running `systemd-networkd` and `systemd-resolved`, + it will likely be `systemd-resolved`, so stop it and disable it.
`sudo systemctl disable --now systemd-resolved` * Make sure you **disable other DHCP servers** on the network, usually a router is running one.