mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2026-04-20 15:10:32 +00:00
Log the internal port for the UPnP mappings
This commit is contained in:
@@ -1002,7 +1002,7 @@ UPnPPortStatus UPnPCheckPort(struct UPNPUrls* urls, struct IGDdatas* data, int p
|
||||
}
|
||||
else if (err == UPNPCOMMAND_SUCCESS) {
|
||||
if (!strcmp(myAddr, intClient)) {
|
||||
fprintf(LOG_OUT, "OK\n");
|
||||
fprintf(LOG_OUT, "OK (Internal port: %s)\n", intPort);
|
||||
return OK;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user