Port details |
- dnsreflector Listens for DNS queries on a UDP port and change the answer
- 1.02_1 dns
=2 1.02Version of this port present on the latest quarterly branch. - Maintainer: ismail.yenigul@endersys.com.tr
 - Port Added: 2009-05-30 18:45:07
- Last Update: 2024-07-10 13:39:40
- Commit Hash: ced215b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.wolfermann.org/dnsreflector.html
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dnsreflector>0:dns/dnsreflector
- To install the port:
- cd /usr/ports/dns/dnsreflector/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnsreflector
- pkg install dnsreflector
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dnsreflector
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dnsreflector-1.02.tar.gz) = 5c838485167b3288fffeaceab840c31536290f3734a118713e22eb9811ce142a
SIZE (dnsreflector-1.02.tar.gz) = 4324
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dnsreflector-1.02_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_dnsreflector
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.02_1 10 Jul 2024 13:39:40
    |
Alexander Leidinger (netchild)  |
dns/dnsreflector: make the rc script service jails aware
PR: 279628
Approved by: maintainer timeout (1 month) |
1.02 21 Jan 2024 15:26:54
    |
Muhammad Moinur Rahman (bofh)  |
dns/dnsreflector: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.02 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.02 20 Jul 2022 14:21:47
    |
Tobias C. Berner (tcberner)  |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
1.02 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.02 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.02 19 Feb 2014 12:00:24
  |
ehaupt  |
- Support staging
- Define DOCS
- Respect CC
- Fix build with clang |
1.02 20 Sep 2013 16:31:58
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
1.02 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.02 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.02 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.02 30 May 2009 18:43:33
 |
miwi  |
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 |