mirror of
https://code.semirocket.science/wrapsix
synced 2024-11-21 21:41:07 +02:00
Reflect new way of configuration in README
This commit is contained in:
parent
37cd198a45
commit
10f945d0bf
20
README
20
README
@ -5,22 +5,18 @@ About
|
|||||||
-----
|
-----
|
||||||
WrapSix is a fast NAT64 implementation. You also need a DNS64 server (e.g. BIND).
|
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
|
Installation
|
||||||
------------
|
------------
|
||||||
For installation use standard ./configure && make && make install commands.
|
For installation use standard ./configure && make && make install commands.
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
-------------
|
||||||
|
WrapSix uses configuration file wrapsix.conf from configuration directory set in
|
||||||
|
"./configure" phase, which is by default /usr/local/etc. You can also specify
|
||||||
|
custom configuration file in runtime -- just pass its path as an argument:
|
||||||
|
|
||||||
|
# wrapsix ./wrapsix.conf
|
||||||
|
|
||||||
Running
|
Running
|
||||||
-------
|
-------
|
||||||
It can be run by `wrapsix` command as root.
|
It can be run by `wrapsix` command as root.
|
||||||
|
Loading…
Reference in New Issue
Block a user