miniupnpd: Disable DeviceProtection service by default

This commit is contained in:
Thomas Bernard 2023-06-29 02:08:02 +02:00
parent a1ade4532e
commit e8f8208e24
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,7 @@
$Id: Changelog.txt,v 1.502 2023/06/22 23:17:03 nanard Exp $
$Id: Changelog.txt,v 1.503 2023/06/29 00:16:43 nanard Exp $
2023/06/29:
Disable DeviceProtection service by default
2023/06/23:
detect FDSSDP as a Microsoft client

4
miniupnpd/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# $Id: configure,v 1.122 2023/06/26 23:08:15 nanard Exp $
# $Id: configure,v 1.123 2023/06/29 00:16:45 nanard Exp $
# vim: tabstop=4 shiftwidth=4 noexpandtab
#
# miniupnp daemon
@ -814,7 +814,7 @@ echo "" >> ${CONFIGFILE}
echo "#ifdef IGD_V2" >> ${CONFIGFILE}
echo "/* Enable DeviceProtection service (IGDv2) */" >> ${CONFIGFILE}
echo "#define ENABLE_DP_SERVICE" >> ${CONFIGFILE}
echo "/*#define ENABLE_DP_SERVICE*/" >> ${CONFIGFILE}
echo "/*#define ENABLE_HTTPS*/" >> ${CONFIGFILE}
echo "/*#define HTTPS_CERTFILE \"/path/to/certificate.pem\"*/" >> ${CONFIGFILE}
echo "/*#define HTTPS_KEYFILE \"/path/to/private.key\"*/" >> ${CONFIGFILE}