aboutsummaryrefslogtreecommitdiffstats
path: root/dns/Makefile
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-01-14 20:47:13 +0800
committerclement <clement@FreeBSD.org>2004-01-14 20:47:13 +0800
commit1dd01ecb37ab797e0eefa9a1f1a55a7232fc6a77 (patch)
treef44a2c2be7b47ec3bd1a94a2a855018fb039c8c0 /dns/Makefile
parentef225050288aa93dd9c3247c2d196b492e562a70 (diff)
downloadfreebsd-ports-gnome-1dd01ecb37ab797e0eefa9a1f1a55a7232fc6a77.tar.gz
freebsd-ports-gnome-1dd01ecb37ab797e0eefa9a1f1a55a7232fc6a77.tar.zst
freebsd-ports-gnome-1dd01ecb37ab797e0eefa9a1f1a55a7232fc6a77.zip
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)
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index eeda5ecfd768..3acf204677b5 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -18,6 +18,7 @@
SUBDIR += dns_balance
SUBDIR += dnsflood
SUBDIR += dnsmasq
+ SUBDIR += dnsproxy
SUBDIR += dnssecwalker
SUBDIR += dnstop
SUBDIR += dnstracer