diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 18:43:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 18:43:33 +0000 |
commit | bf21c8ac85dd29c5b9ee63c2f04c295c2c40eb63 (patch) | |
tree | 192e1c2652391c0a4880ab4e34d5f7d3ca569642 /dns/Makefile | |
parent | f82fc5825c8b9e160d9003bef6ad0db1fbbd88b8 (diff) |
The dnsreflector daemon listens for DNS queries on a local UDP port
and answers with records pointing back to localhost. Combined with
packet filter pf(4) this works as a bandwidth efficient spamtrap.
WWW: http://www.wolfermann.org/dnsreflector.html
PR: ports/135077
Submitted by: ismail.yenigul at endersys.com.tr
Notes
Notes:
svn path=/head/; revision=234846
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 3a32d37a694f..4c1d0dfd8dee 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -35,6 +35,7 @@ SUBDIR += dnsmax-perl SUBDIR += dnsperf SUBDIR += dnsproxy + SUBDIR += dnsreflector SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl |