more explicit explanations about public address change

This commit is contained in:
Thomas Bernard 2017-11-05 10:52:47 +01:00
parent b4bbee1df9
commit 9bd290fccb
1 changed files with 3 additions and 1 deletions

View File

@ -189,4 +189,6 @@ SIGINT: Close gracefully
SIGTERM: Close gracefully
SIGPIPE: Ignore
So you may want to send SIGUSR1 to miniupnpd if you public IP address changed...
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
send SIGUSR1 to miniupnpd if you public IP address changed.