Skip to content

Commit

Permalink
Merge branch 'master' of github.com:azukiapp/libnss-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxlli committed Sep 29, 2014
2 parents 23c0829 + 9b23fd7 commit 0f12f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ Installing dnsmasq is a good way to test it:

```bash
$ sudo yum install dnsmasq
$ dnsmaqs -p 5353 --no-daemon --address=/test.dev/127.0.0.1
$ dnsmasq --bind-interfaces -p 5353 --no-daemon --address=/test.dev/127.0.0.1
```

Now you can try this:

```bash
# ping sufix
$ ping test.dev
$ ping test.dev
# or any "subdomain"
$ ping any.test.dev
```
Expand Down

0 comments on commit 0f12f3b

Please sign in to comment.