dnsproxy 1.17-3 source package in Ubuntu

Changelog

dnsproxy (1.17-3) unstable; urgency=medium

  * debian/dnsproxy.conf: Add two new configuration variables, listen_answer
    and port_answer (Closes: #1000597).
  * debian/NEWS: New. Informs the user about the two new configuration
    variables.
  * debian/patches/03_fix_listen_udp_port.patch: Completely rewritten. Now
    this patch creates two new configuration variables to fix the issue
    related to bugs #1000159 and #1000597 (Closes: #1000597).
  * debian/tests/control: add Restrictions allow-stderr and skippable to test
    `validation'.
  * debian/tests/validation: add tests (of type skippable) on bind9 before run
    the core tests.

 -- Marcos Talau <email address hidden>  Tue, 30 Nov 2021 23:43:10 -0300

Upload details

Uploaded by:
Marcos Talau
Uploaded to:
Sid
Original maintainer:
Marcos Talau
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dnsproxy_1.17-3.dsc 1.9 KiB 4a3988812da5ce885373c55f47814d6fc3874a108e982b2aa8410f1cd2e789a2
dnsproxy_1.17.orig.tar.gz 46.0 KiB 59ceca8b8c81f105813d3fa65b803f1b00264b8f3ef03c0607a5f30145c0447a
dnsproxy_1.17-3.debian.tar.xz 9.1 KiB 3a2e0168c5b63ff2c8008d6d442583ddf8b3249864781cb0d8e3cbf11aac54fa

Available diffs

No changes file available.

Binary packages built by this source

dnsproxy: proxy for DNS queries

 dnsproxy forwards DNS queries to two previously configured nameservers:
 one for authoritative queries and another for recursive queries.
 The received answers are sent back to the client unchanged.
 No local caching is done.
 .
 Primary motivation for this project was the need to replace Bind servers with
 djbdns in an ISP environment. These servers get recursive queries from
 customers and authoritative queries from outside at the same IP address.
 Now it is possible to run dnscache and tinydns on the same machine with
 queries dispatched by dnsproxy.
 .
 Another possible scenario is a firewall where proxy queries should be
 forwarded to the real server in a DMZ.

dnsproxy-dbgsym: debug symbols for dnsproxy