This package browser is in early development. Mind the rough edges.

resolv-wrapper 1.1.8

Wrapper for DNS name resolving or DNS faking

This package makes it possible on most UNIX platforms to contact your own DNS implementation in your test environment. It requires socket_wrapper to be able to contact the server. Alternatively, the wrapper is able to fake DNS queries and return valid responses to your application. It provides the following features:

  • Redirects name queries to the nameservers specified in your resolv.conf.

  • Can fake DNS queries using a simple formatted DNS hosts file.

Installation

Install resolv-wrapper 1.1.8 as follows:

guix install resolv-wrapper@1.1.8

Or install the latest version:

guix install resolv-wrapper

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.