1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add dnsproxy-1.13, a proxy for DNS queries.

The dnsproxy daemon is a proxy for DNS queries. It forwards these
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.

Approved by:        erwin (mentor) (implicitly)
This commit is contained in:
Clement Laforet 2004-01-14 12:47:13 +00:00
parent 6e7e1880c0
commit 04afb694e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98150
5 changed files with 33 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += dns_balance
SUBDIR += dnsflood
SUBDIR += dnsmasq
SUBDIR += dnsproxy
SUBDIR += dnssecwalker
SUBDIR += dnstop
SUBDIR += dnstracer

24
dns/dnsproxy/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: dnsproxy
# Date created: 14 January 2004
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dnsproxy
PORTVERSION= 1.13
CATEGORIES= dns
MASTER_SITES= http://www.wolfermann.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= A proxy for DNS queries
GNU_CONFIGURE= YES
MAN1= dnsproxy.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${PREFIX}/sbin
@${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

1
dns/dnsproxy/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (dnsproxy-1.13.tar.gz) = 9d7d10ec7a0efcfdd83cbde125f6c681

6
dns/dnsproxy/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
The dnsproxy daemon is a proxy for DNS queries. It forwards these
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.
WWW: http://www.wolfermann.org/dnsproxy.html

1
dns/dnsproxy/pkg-plist Normal file
View File

@ -0,0 +1 @@
sbin/dnsproxy