Skip to content

A stub DNS resolver MirageOS unikernel

Notifications You must be signed in to change notification settings

robur-coop/dns-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNS stub - a DNS stub resolver

This is a MirageOS unikernel which listens for DNS requests in a local network. The DNS requests are resolved, and the reply is returned to the client.

Installation from source

To install this unikernel from source, you need to have opam (>= 2.1.0) and ocaml (>= 4.12.0) installed. Also, mirage is required (>= 4.7.0). Please follow the installation instructions.

The following steps will clone this git repository and compile the unikernel:

$ git clone https://github.com/robur-coop/dns-stub.git
$ mirage configure -t <your-favourite-target>
$ make depend
$ make build

Installing as binary

Browse the most recent builds here.

Questions?

Please open an issue if you have questions, feature requests, or comments.

About

A stub DNS resolver MirageOS unikernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages