disable URL randomization by default
see http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=4470 https://github.com/filetofirewall/fof
This commit is contained in:
parent
11fcf5a008
commit
e40a433a99
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# miniupnp daemon
|
# miniupnp daemon
|
||||||
# http://miniupnp.free.fr or http://miniupnp.tuxfamily.org/
|
# http://miniupnp.free.fr or http://miniupnp.tuxfamily.org/
|
||||||
# (c) 2006-2016 Thomas Bernard
|
# (c) 2006-2017 Thomas Bernard
|
||||||
# This software is subject to the conditions detailed in the
|
# This software is subject to the conditions detailed in the
|
||||||
# LICENCE file provided within the distribution
|
# LICENCE file provided within the distribution
|
||||||
|
|
||||||
|
@ -617,7 +617,7 @@ EOF
|
||||||
|
|
||||||
cat >> ${CONFIGFILE} <<EOF
|
cat >> ${CONFIGFILE} <<EOF
|
||||||
/* With the following macro defined, a random string is prepended to all URLs */
|
/* With the following macro defined, a random string is prepended to all URLs */
|
||||||
#define RANDOMIZE_URLS
|
/*#define RANDOMIZE_URLS*/
|
||||||
|
|
||||||
/* maximum lenght of SSDP packets we are generating
|
/* maximum lenght of SSDP packets we are generating
|
||||||
* (reception is done in a 1500byte buffer) */
|
* (reception is done in a 1500byte buffer) */
|
||||||
|
|
Loading…
Reference in New Issue