Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

fres621/inko-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

As of 27/03/25, inko-dns has been discontinued.

DNS resolver support is now available in Inko's standard library

For more information refer to inko docs / std.net.dns

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

About

DNS client library written in the Inko programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages