diff --git a/README.md b/README.md index fb412e1..ea3176d 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,20 @@ To install: - Run `sudo brew services start coredns` - test with `dig google.com @127.0.0.1` and you should see `SERVER: 127.0.0.1#53(127.0.0.1)` -Using CoreDNS as your default resolver: - - Open Network Preferences - - Select your interface i.e Wi-Fi - - Click `Advanced` - - Select the `DNS` tab - - Click the `+` below the `DNS Servers` list box - - Type `127.0.0.1` and hit enter - - Click `OK` - - Click `Apply` +To use CoreDNS as your default resolver (e.g. for your `Wi-Fi` interface)... + +via CLI: + - Run `networksetup -setdnsservers Wi-Fi 127.0.0.1` + +or via GUI: + - Open Network Preferences + - Select your interface i.e Wi-Fi + - Click `Advanced` + - Select the `DNS` tab + - Click the `+` below the `DNS Servers` list box + - Type `127.0.0.1` and hit enter + - Click `OK` + - Click `Apply` # Debian