Commit f646d448 authored by Franco Fichtner's avatar Franco Fichtner

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

Time to flip defaults for 16.1.  :)
parent d5e0f7ca
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment