From 9bd290fccb6fff36862ce757cfd6176948474b26 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 5 Nov 2017 10:52:47 +0100 Subject: [PATCH] more explicit explanations about public address change --- miniupnpd/INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/miniupnpd/INSTALL b/miniupnpd/INSTALL index e4bbe34..7b3b976 100644 --- a/miniupnpd/INSTALL +++ b/miniupnpd/INSTALL @@ -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.