Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Feb 16, 2019
1 parent e716055 commit faa4525
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -60,19 +60,19 @@ go install github.com/miguelmota/ipdr/cmd/ipdr
127.0.0.1 docker.localhost
```

Flush local DNS cache:
- Flush local DNS cache:

on macOS:
- on macOS:

```bash
dscacheutil -flushcache; sudo killall -HUP mDNSResponder
```
```bash
dscacheutil -flushcache; sudo killall -HUP mDNSResponder
```

on Ubuntu 18+:
- on Ubuntu 18+:

```bash
sudo systemd-resolve --flush-caches
```
```bash
sudo systemd-resolve --flush-caches
```

### Example flow

Expand Down

0 comments on commit faa4525

Please sign in to comment.