Package resolv_wrapper: Information

  • Default inline alert: Version in the repository: 1.1.8-alt2

Source package: resolv_wrapper
Version: 1.1.7-alt2
Build time:  Apr 11, 2022, 02:28 PM
Report package bug
Home page: http://cwrap.org/

License: BSD
Summary: A wrapper for dns name resolving or dns faking
Description: 
It is likely that if you have a server/client architecture, you need to do DNS
queries or a third party library, like Kerberos needs to be able to do queries.
In the case of Kerberos the client needs to look the address of the KDC up via a
SRV record. resolv_wrapper is able to either redirect all DNS queries to your
DNS server implementation, or fake DNS replies!

To use it set the following environment variables:

LD_PRELOAD=libresolv_wrapper.so
RESOLV_WRAPPER_CONF=./my_resolv.conf

This package doesn't have a devel package because this project is for
development/testing.

List of rpms provided by this srpm:
resolv_wrapper (e2kv6, e2kv5, e2kv4, e2k)
resolv_wrapper-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

Maintainer: Evgeny Sinelnikov


    1. cmake
    2. ctest
    3. socket_wrapper
    4. libcmocka-devel

Last changed


Jan. 27, 2022 Evgeny Sinelnikov 1.1.7-alt2
- Fix detection of a fully seperate libresolv. With glibc 2.24 all res_
  symbols moved from libresolv to libc, so only DNS faking avaialble now.
April 28, 2021 Arseny Maslennikov 1.1.7-alt1.1
- NMU: spec: adapted to new cmake macros.
Feb. 7, 2021 Evgeny Sinelnikov 1.1.7-alt1
- Initial build for ALT Sisyphus