diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-09-10 11:59:23 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-09-10 11:59:23 +0000 |
commit | b14b87d182b30166aaaee000506e869c4d1ebe8a (patch) | |
tree | 3b27c9614cace9547acfb62f3cdad0078951a01a /usr.sbin/relayd/Makefile | |
parent | b7f3134a110c4e84f093227c029085ffdc7c8bae (diff) |
add support for relaying DNS traffic (with a little bit of packet
header randomization). this adds an infrastructure to support
UDP-based protocols.
ok gilles@, tested by some
Diffstat (limited to 'usr.sbin/relayd/Makefile')
-rw-r--r-- | usr.sbin/relayd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile index 83c2467d45f..a2db29c1ffc 100644 --- a/usr.sbin/relayd/Makefile +++ b/usr.sbin/relayd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2007/05/29 17:12:04 reyk Exp $ +# $OpenBSD: Makefile,v 1.13 2007/09/10 11:59:22 reyk Exp $ PROG= hoststated -SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ - ssl.c pfe.c pfe_filter.c hce.c relay.c carp.c \ +SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ + ssl.c pfe.c pfe_filter.c hce.c relay.c relay_udp.c carp.c \ check_icmp.c check_tcp.c check_script.c MAN= hoststated.8 hoststated.conf.5 |