mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set secure_mode=yes in miniupnpd config. Ticket #5627
This commit is contained in:
parent
a518c507ca
commit
b93bb38c8c
@ -224,6 +224,9 @@
|
||||
$config_text .= "system_uptime=yes\n";
|
||||
}
|
||||
|
||||
/* set secure_mode */
|
||||
$config_text .= "secure_mode=yes\n";
|
||||
|
||||
/* set webgui url */
|
||||
if (!empty($config['system']['webgui']['protocol'])) {
|
||||
$config_text .= "presentation_url={$config['system']['webgui']['protocol']}://{$webgui_ip}";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user