configure: DeviceProtection service implementation is incomplete

This commit is contained in:
Thomas Bernard 2024-01-26 01:24:15 +01:00
parent 2355c108db
commit 3c02d79b40
1 changed files with 1 additions and 1 deletions

2
miniupnpd/configure vendored
View File

@ -819,7 +819,7 @@ fi
echo "" >> ${CONFIGFILE}
echo "#ifdef IGD_V2" >> ${CONFIGFILE}
echo "/* Enable DeviceProtection service (IGDv2) */" >> ${CONFIGFILE}
echo "/* Enable DeviceProtection service (IGDv2) - incomplete implementation */" >> ${CONFIGFILE}
echo "/*#define ENABLE_DP_SERVICE*/" >> ${CONFIGFILE}
echo "/*#define ENABLE_HTTPS*/" >> ${CONFIGFILE}
echo "/*#define HTTPS_CERTFILE \"/path/to/certificate.pem\"*/" >> ${CONFIGFILE}