universal plug and play: set secure mode by default; closes #517

Time to flip defaults for 16.1.  :)
This commit is contained in:
Franco Fichtner 2016-01-18 22:55:08 +01:00
parent d5e0f7cac3
commit f646d44888

View File

@ -95,6 +95,8 @@ function sync_package_miniupnpd() {
$config_text .= "bitrate_up={$upload}\n";
}
$config_text .= "secure_mode=yes\n";
/* enable logging of packets handled by miniupnpd rules */
if($upnp_config['logpackets'])
$config_text .= "packet_log=yes\n";