mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
Added conditional UPnP setting on Management page
This commit is contained in:
@@ -181,6 +181,17 @@ SSH port:
|
|||||||
|
|
||||||
> Enter the SSH port, default port is 22.
|
> Enter the SSH port, default port is 22.
|
||||||
|
|
||||||
|
<?if (file_exists('/var/log/plugins/dynamix.wireguard.plg')):?>
|
||||||
|
Use UPnP:
|
||||||
|
: <select name="USE_UPNP" size="1">
|
||||||
|
<?=mk_option($var['USE_UPNP'], "yes", "Yes")?>
|
||||||
|
<?=mk_option($var['USE_UPNP'], "no", "No")?>
|
||||||
|
</select>
|
||||||
|
|
||||||
|
> Enable (default) or disable the UPnP function on the server. This function allows automatic forwarding of ports on the router, only applicable when UPnP is enabled on the router itself.
|
||||||
|
|
||||||
|
<?endif;?>
|
||||||
|
|
||||||
Use SSL/TLS:
|
Use SSL/TLS:
|
||||||
: <select name="USE_SSL" size="1" onchange="updateSSL(this.form)">
|
: <select name="USE_SSL" size="1" onchange="updateSSL(this.form)">
|
||||||
<?=mk_option($var['USE_SSL'], "auto", "Auto")?>
|
<?=mk_option($var['USE_SSL'], "auto", "Auto")?>
|
||||||
|
|||||||
Reference in New Issue
Block a user