simplify default resolver setup (#204)

* simplify default resolver setup

Signed-off-by: pschu <peter.schulten@dbschenker.com>

* Update README.md
This commit is contained in:
pschulten 2019-10-30 16:40:24 +01:00 committed by Chris O'Haver
parent 30a683770a
commit bb38134eb3

View file

@ -12,15 +12,20 @@ To install:
- Run `sudo brew services start coredns` - 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)` - 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: To use CoreDNS as your default resolver (e.g. for your `Wi-Fi` interface)...
- Open Network Preferences
- Select your interface i.e Wi-Fi via CLI:
- Click `Advanced` - Run `networksetup -setdnsservers Wi-Fi 127.0.0.1`
- Select the `DNS` tab
- Click the `+` below the `DNS Servers` list box or via GUI:
- Type `127.0.0.1` and hit enter - Open Network Preferences
- Click `OK` - Select your interface i.e Wi-Fi
- Click `Apply` - 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 # Debian