diff options
author | pav <pav@FreeBSD.org> | 2004-01-01 02:29:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-01 02:29:44 +0800 |
commit | 6e54afc3c7c1a945fd71593606286d93fb5a5ccc (patch) | |
tree | 1f4a31067f8c01ce07084237b111373acf1bcc9c /net/Makefile | |
parent | 4b09342ceeacd10ab9bb1355d5c84b514167a04a (diff) | |
download | freebsd-ports-gnome-6e54afc3c7c1a945fd71593606286d93fb5a5ccc.tar.gz freebsd-ports-gnome-6e54afc3c7c1a945fd71593606286d93fb5a5ccc.tar.zst freebsd-ports-gnome-6e54afc3c7c1a945fd71593606286d93fb5a5ccc.zip |
Add widentd, a small ident/rfc1413 deamon which provides a fixed
(and fake) auth reply regardless of the ip/port pair quoted.
Its intended use is on firewalls and NAT machines - where you
may want to simply syphon off auth-requests from for example
irc servers.
PR: ports/60766
Submitted by: Dirk-Willem van Gulik <dirkx@skutsje.san.webweaving.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 86cf04899f73..7d4e5457f710 100644 --- a/net/Makefile +++ b/net/Makefile @@ -749,6 +749,7 @@ SUBDIR += whatmask SUBDIR += whois SUBDIR += wide-dhcp + SUBDIR += widentd SUBDIR += wmlj SUBDIR += wmnd SUBDIR += wmnet |