mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
universal plug and play: set secure mode by default; closes #517
Time to flip defaults for 16.1. :)
This commit is contained in:
parent
d5e0f7cac3
commit
f646d44888
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user