INSTALL: update
This commit is contained in:
parent
bfc5eab6be
commit
3b6b0ba1e3
|
@ -1,12 +1,12 @@
|
||||||
MiniUPnP project.
|
MiniUPnP project.
|
||||||
(c) 2006-2020 Thomas Bernard
|
(c) 2006-2021 Thomas Bernard
|
||||||
Homepage : http://miniupnp.free.fr/
|
Homepage : http://miniupnp.free.fr/
|
||||||
Mirror: https://miniupnp.tuxfamily.org/
|
Mirror: https://miniupnp.tuxfamily.org/
|
||||||
github: https://github.com/miniupnp/miniupnp
|
github: https://github.com/miniupnp/miniupnp
|
||||||
|
|
||||||
miniupnpd is still under developpement. This documentation is
|
If you find some outdated information in this documentation, please fix
|
||||||
likely to be a little outdated when you read it. So please go on the
|
or report the issue on https://github.com/miniupnp/miniupnp or the web
|
||||||
web forum https://miniupnp.tuxfamily.org/ if you need more information.
|
forum https://miniupnp.tuxfamily.org/
|
||||||
|
|
||||||
================================ *BSD/pf =================================
|
================================ *BSD/pf =================================
|
||||||
To Build and Install :
|
To Build and Install :
|
||||||
|
@ -114,15 +114,12 @@ How to get libiptc with its headers on debian :
|
||||||
|
|
||||||
======================== Linux/netfilter nftables =========================
|
======================== Linux/netfilter nftables =========================
|
||||||
|
|
||||||
work is in progress.
|
|
||||||
install the required development libraries. For debian :
|
install the required development libraries. For debian :
|
||||||
> apt-get install libnftnl-dev libmnl-dev
|
> apt-get install libnftnl-dev libmnl-dev
|
||||||
|
|
||||||
To build :
|
To build :
|
||||||
> ./configure --firewall=nftables
|
> ./configure --firewall=nftables
|
||||||
> make
|
> make
|
||||||
(first clean any old config if you built the netfilter/iptables version
|
|
||||||
previoulsy)
|
|
||||||
|
|
||||||
see :
|
see :
|
||||||
https://miniupnp.tuxfamily.org/forum/viewtopic.php?p=4370
|
https://miniupnp.tuxfamily.org/forum/viewtopic.php?p=4370
|
||||||
|
@ -215,4 +212,4 @@ SIGPIPE: Ignore
|
||||||
|
|
||||||
There is code to detect change in network interfaces bsd/ifacewatcher.c and
|
There is code to detect change in network interfaces bsd/ifacewatcher.c and
|
||||||
linux/ifacewatcher.c, but if that code doesn't work for you, you may want to
|
linux/ifacewatcher.c, but if that code doesn't work for you, you may want to
|
||||||
send SIGUSR1 to miniupnpd if you public IP address changed.
|
send SIGUSR1 to miniupnpd if your public IP address changed.
|
||||||
|
|
Loading…
Reference in New Issue