resolv-wrapper
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.
- Versions: 1.1.8
- Website: https://cwrap.org/resolv_wrapper.html
- Licenses: Modified BSD
- Package source: gnu/packages/samba.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of resolv-wrapper as follows:
guix install resolv-wrapper
Or install a particular version:
guix install resolv-wrapper@1.1.8
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.
Badge code
You can use the following badge to inform users of resolv-wrapper about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/resolv-wrapper'><img src='https://packages.guix.gnu.org/packages/resolv-wrapper/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/resolv-wrapper)
Example Org:
[[https://packages.guix.gnu.org/packages/resolv-wrapper][https://packages.guix.gnu.org/packages/resolv-wrapper/badges/latest-version.svg]]