1
0
mirror of https://code.semirocket.science/wrapsix synced 2025-01-22 07:11:06 +02:00

WrapSix
=======

About
-----
WrapSix is a fast NAT64 implementation. You also need a DNS64 server (e.g. BIND).

Before compiling, don't forget to configure Wrapsix in files src/wrapper.c.

Configuration
-------------
HOST_IPV6_ADDR	IPv6 address which represents the host, i.e. which is assigned
		to the operating system. It's used in ICMP error messages.
HOST_IPV4_ADDR	IPv4 address which represents the host, i.e. which is assigned
		to the operating system. It's used in ICMP error messages.

WrapSix uses configuration file wrapsix.conf from configuration directory set in
"./configure" phase, which is by default /usr/local/etc.

Installation
------------
For installation use standard ./configure && make && make install commands.

Running
-------
It can be run by `wrapsix` command as root.

Contact
-------
Author:   xHire
E-mail:   xhire -at- wrapsix.org
IRC:      channel #wrapsix on chat.freenode.net
Homepage: http://www.wrapsix.org/
Description
Languages
C 96.6%
M4 3%
Makefile 0.4%