Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ iex> DNS.query("google.com")
ra: true, rcode: 0, rd: false, tc: false}, nslist: [],
qdlist: [%DNS.Query{class: :in, domain: 'google.com', type: :a}]}

iex> DNS.resolve("google.com", :a, {"8.8.8.8", 53})
iex> DNS.resolve("google.com", :a, nameservers: [{"8.8.8.8", 53}])
...
```

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.