miniupnpd: Disable DeviceProtection service by default
This commit is contained in:
parent
a1ade4532e
commit
e8f8208e24
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue