Bad bad margarida

This commit is contained in:
margarida 2003-05-12 08:06:57 +00:00
parent b3cd1bebf7
commit 682a4121f2
5 changed files with 0 additions and 106 deletions

View File

@ -1,68 +0,0 @@
.\" $Id: ,v 1.1.1.1 2003/05/12 07:56:18 margarida Exp $
.\"
.\" Copyright (c) 2003 Armin Wolfermann. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\"
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\"
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd March 17, 2003
.Dt DNSREFLECTOR 1
.Os LOCAL
.Sh NAME
.Nm dnsreflector
.Nd DNS Spamtrap
.Sh SYNOPSIS
.Nm dnsreflector
.Op Fl a Ar address
.Op Fl d
.Op Fl h
.Op Fl p Ar port
.Sh DESCRIPTION
The
.Nm
daemon listens for DNS queries on a local UDP port and
answers with records pointing back to localhost.
.Pp
Combined with pf this works as a bandwidth efficient spamtrap.
.Pp
The options are as follows:
.Bl -tag -width Dfxfile
.It Fl a Ar address
Bind to this address (default: 127.0.0.1).
.It Fl d
Run as daemon in the background.
.It Fl h
Show usage.
.It Fl p Ar port
Bind to this port (default: 53000).
.El
.Sh SEE ALSO
.Xr pf 4 ,
.Xr pf.conf 5
.Sh VERSION
This manual page describes
.Nm
version 1.02.
.Sh AUTHORS
Armin Wolfermann <armin@wolfermann.org>
.Sh BUGS
Probably. Many of them.

View File

@ -1,26 +0,0 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/12 07:56:18 margarida Exp $
COMMENT= "DNS queries reflector"
DISTNAME= dnsreflector-1.02
CATEGORIES= net sysutils
HOMEPAGE= http://www.wolfermann.org/dnsreflector.html
MASTER_SITES= http://www.wolfermann.org/
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnsreflector ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/dnsreflector.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (dnsreflector-1.02.tar.gz) = 119c9d1e4949840319aec5def44e1d55
RMD160 (dnsreflector-1.02.tar.gz) = 2a22649b5abe33d6bbff2956ca094eeb3ed00c11
SHA1 (dnsreflector-1.02.tar.gz) = 7cb4ff8f764b3503b290e4e4a0668efe3fe67831

View File

@ -1,6 +0,0 @@
dnsreflector is a daemon that listens for DNS queries on a
local UDP port and answers with records pointing back to
localhost.
Combined with pf(4) this works as a bandwidth efficient spamtrap.
WWW: ${HOMEPAGE}

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/12 07:56:18 margarida Exp $
man/man1/dnsreflector.1
sbin/dnsreflector