freebsd-ports/net/tayga/pkg-plist
Sergey Matveychuk 46552c8eb9 TAYGA is an out-of-kernel stateless NAT64 implementation for that uses the
TUN driver to exchange IPv4 and IPv6 packets with the kernel. It is intended
to provide production-quality NAT64 service for networks where dedicated
NAT64 hardware would be overkill.

WWW: http://www.litech.org/tayga/

Submitted by:   melifaro
Feature safe:   yes
2012-10-17 15:26:41 +00:00

4 lines
223 B
Text

@unexec if cmp -s %D/etc/tayga.conf.example %D/etc/tayga.conf; then rm -f %D/etc/tayga.conf; fi
etc/tayga.conf.example
@exec if [ ! -f %D/etc/tayga.conf ] ; then cp -p %B/tayga.conf.example %D/etc/tayga.conf; fi
sbin/tayga