mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
- Transparent proxy support.
- PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead.
- Drop support for early FreeBSD 2.2 versions
- If separate input & output sockets are being used
use them to find out packet direction instead of
normal mechanism. This can be handy in complex environments
with multiple interfaces.
- PPTP redirect support by Dru Nelson <dnelson@redwoodsoft.com> added.
- Logging enhancements from Martin Machacek <mm@i.cz> added.
Obtained from: Ari Suutari <ari@suutari.iki.fi>
8 lines
135 B
Makefile
8 lines
135 B
Makefile
PROG = natd
|
|
SRCS = natd.c icmp.c
|
|
CFLAGS += -Wall
|
|
LDADD = -lalias
|
|
DPADD = ${LIBALIAS}
|
|
MAN8 = natd.8
|
|
|
|
.include <bsd.prog.mk>
|