Allow the hostname to resolve to the sysName, ie Dynamic DNS (#8810)

This commit is contained in:
Richard Mayhew
2018-06-23 22:59:09 +02:00
committed by Neil Lathwood
parent 8c610326e3
commit ab5d17d715
3 changed files with 11 additions and 1 deletions

View File

@@ -845,7 +845,8 @@ $config['dateformat']['mysql']['time'] = '%H:%i:%s';
$config['enable_clear_discovery'] = 1;
// Set this to 0 if you want to disable the web option to rediscover devices
$config['force_ip_to_sysname'] = false;// Set to true if you want to use sysName in place of IPs
$config['force_ip_to_sysname'] = false;// Set to true if you want to use sysName in place of IPs
$config['force_hostname_to_sysname'] = false;// Set to true if you want to use sysNAme in place of a hostname, ie Dynamic DNS
// Allow duplicate devices by sysName
$config['allow_duplicate_sysName'] = false;// Set to true if you want to allow duplicate sysName's