mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update {$mac}.cfg (#3987)
This commit is contained in:
@@ -1491,6 +1491,7 @@ network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
@@ -1986,6 +1987,7 @@ network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
@@ -2481,6 +2483,7 @@ network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
@@ -2975,7 +2978,9 @@ network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user