Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 228 Bytes

Inko DNS

DNS Client written in the Inko programming language

Examples

import dns(DNSResolver)

let address = DNSResolver.new.resolve("www.google.com").address

address is an IpAddress